Update Jenkinsfile

This commit is contained in:
Muneeb Nezameddin 2020-03-16 03:46:15 -04:00 committed by GitHub
parent 13968ed141
commit a1fea78088
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
Jenkinsfile vendored
View file

@ -6,21 +6,7 @@ pipeline {
bat './mvnw compile'
}
}
stage('Test') {
steps {
bat './mvnw test'
}
}
stage('Package') {
steps {
bat './mvnw package'
}
}
stage('Deploy') {
steps {
echo 'Deployed Successfully'
}
}
}
post {
success {