Update Jenkinsfile

This commit is contained in:
Robinson Gallego
2020-02-10 16:43:07 -05:00
committed by GitHub
parent 1744eaac69
commit ce804ac23b

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