change the build phase of Jenkins

This commit is contained in:
François 2020-03-14 00:27:15 -04:00
parent 30f351980b
commit 8d646fb4c9

2
Jenkinsfile vendored
View file

@ -3,7 +3,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'mvn clean build'
sh 'mvn clean compile'
}
}
stage('Test'){