Update Jenkinsfile

This commit is contained in:
Demian 2020-04-03 18:28:39 -03:00
parent 870a0eeb1f
commit 0b54cab9d0

2
Jenkinsfile vendored
View file

@ -8,7 +8,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
sh 'mvn -B -DskipTests clean package' sh 'mvn -B -DskipTests clean install'
} }
} }
} }