skip the checktyle in build

This commit is contained in:
TomPGrid 2025-02-28 10:40:53 +01:00
parent 2c8fffa147
commit 40992f8f54

2
Jenkinsfile vendored
View file

@ -17,7 +17,7 @@ pipeline {
} }
stage('Build') { stage('Build') {
steps { steps {
sh 'mvn clean package -DskipTests' sh 'mvn clean package -DskipTests -Dcheckstyle.skip=true'
} }
/* /*
post { post {