Update Jenkinsfile

This commit is contained in:
Robinson Gallego
2020-02-10 16:43:07 -05:00
committed by GitHub
parent 1744eaac69
commit ce804ac23b
Vendored
+1 -1
View File
@@ -4,7 +4,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
mvn build mvn -B package --file pom.xml
archiveArtifacts artifacts: '**/target/*.jar', fingerprint: true archiveArtifacts artifacts: '**/target/*.jar', fingerprint: true
} }
} }