Update Jenkinsfile

This commit is contained in:
Demian 2020-04-03 19:01:02 -03:00
parent 0b54cab9d0
commit fd1618b125

2
Jenkinsfile vendored
View file

@ -8,7 +8,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
sh 'mvn -B -DskipTests clean install' sh 'mvn clean install -Dlicense.skip=true'
} }
} }
} }