This commit is contained in:
Manpreet Singh 2020-03-15 15:13:20 -04:00 committed by GitHub
parent 0f4073eaa6
commit 274d96dd2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Jenkinsfile vendored
View file

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