Declarative stage

This commit is contained in:
Pam 2020-04-15 20:31:54 -04:00 committed by GitHub
parent 972d5c8657
commit 7dca70af8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -7,7 +7,7 @@ pipeline {
stage('Build') {
steps {
echo 'Building'
sh './mvnw compile'
sh './mvnw package'
}
}
stage('Test') {