change pipeline

This commit is contained in:
Zohar 2024-04-07 23:13:27 -04:00
parent 1eabddea90
commit 71f052ffc3

View file

@ -14,6 +14,7 @@ pipeline {
} }
stage('Build') { stage('Build') {
steps { steps {
sh "./mvnw clean"
sh './mvnw compile' sh './mvnw compile'
} }
} }