This commit is contained in:
work 2025-02-05 15:39:43 +01:00
parent 218b2359fb
commit 85087b2887

4
Jenkinsfile vendored
View file

@ -25,7 +25,7 @@ pipeline {
} }
} }
stage ('Build') { /*stage ('Build') {
steps { steps {
sh './mvnw -B -DskipTests clean package' sh './mvnw -B -DskipTests clean package'
} }
@ -42,6 +42,6 @@ pipeline {
sh 'echo "hello $USER"' sh 'echo "hello $USER"'
} }
} }
*/
} }
} }