Modify Jenkinsfile

This commit is contained in:
EvanMateo 2020-03-12 05:44:16 -04:00
parent bf8b34a4fb
commit b8ef21d2e9

2
Jenkinsfile vendored
View file

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
sh './mvnw package' bat './mvnw package'
} }
} }
} }