Added Jenkinsfile

This commit is contained in:
joeyabou 2020-03-15 17:19:53 -04:00
parent a1bfe9b0c6
commit 933bb9a73b

2
Jenkinsfile vendored
View file

@ -22,7 +22,7 @@ pipeline {
stage('deploy') {
steps {
sh './mvnw deploy'
sh './mvn deploy'
}
}