updated jenkins

This commit is contained in:
GD 2020-03-12 00:13:13 -04:00
parent bc842c5b57
commit bdae512c83

8
Jenkinsfile vendored
View file

@ -23,10 +23,14 @@ pipeline {
stage('Deploy')
{
steps{
when
{
branch 'master'
}
steps
{
sh'./mvnw deploy'
}
}
}
}