added package even though its doing package in build

This commit is contained in:
joeyabou 2020-03-15 17:10:38 -04:00
parent cf481b5ea9
commit 7ffe6d8ea1

6
Jenkinsfile vendored
View file

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