run the stages on a branch

This commit is contained in:
khalilalturk 2020-03-15 20:31:31 -04:00
parent 5149b60885
commit a1ca42c891

2
Jenkinsfile vendored
View file

@ -24,7 +24,7 @@ pipeline {
branch 'master'
}
steps {
sh 'mvn deploy'
sh './mvnw deploy'
}
}