Added Jenkinsfile

This commit is contained in:
landry333 2020-03-30 11:27:09 -04:00
parent 6fddad1b9f
commit cbcb0cba79

6
Jenkinsfile vendored
View file

@ -13,5 +13,11 @@ pipeline {
}
}
stage('Package') {
steps {
sh './mvnw package'
}
}
}
}