Update Jenkinsfile

This commit is contained in:
Noah Francis 2020-03-16 01:51:25 -04:00 committed by GitHub
parent d7430e319d
commit 6e23e7ef65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Jenkinsfile vendored
View file

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