Update Jenkinsfile

This commit is contained in:
Robinson Gallego 2020-02-10 16:43:07 -05:00 committed by GitHub
parent 1744eaac69
commit ce804ac23b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -4,7 +4,7 @@ pipeline {
stages {
stage('Build') {
steps {
mvn build
mvn -B package --file pom.xml
archiveArtifacts artifacts: '**/target/*.jar', fingerprint: true
}
}