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 { stages {
stage('Build') { stage('Build') {
steps { steps {
sh 'mvn clean build' sh 'mvn clean compile'
} }
} }
stage('Test'){ stage('Test'){