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
1 changed files with 1 additions and 1 deletions

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
}
}