Update Jenkinsfile

This commit is contained in:
Hambrsoom Baboyan 2020-03-14 23:37:21 -04:00 committed by GitHub
parent 25618973e3
commit 841c0c60b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -13,7 +13,7 @@ pipeline {
bat './mvnw test'
}
}
stage('package'){
stage('Package'){
steps{
echo 'Packaging stage has been executed'
bat './mvnw package'