removed deploy

This commit is contained in:
GD 2020-03-12 00:29:37 -04:00
parent bdae512c83
commit a8e4afda0d

12
Jenkinsfile vendored
View file

@ -20,17 +20,5 @@ pipeline {
sh'./mvnw package' sh'./mvnw package'
} }
} }
stage('Deploy')
{
when
{
branch 'master'
}
steps
{
sh'./mvnw deploy'
}
}
} }
} }