Update Jenkinsfile

This commit is contained in:
surtexx 2023-11-13 15:49:14 +02:00 committed by GitHub
parent 95d113f4b3
commit 9fd57755bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -6,7 +6,7 @@ pipeline{
echo "Running build automation..."
sh './mvnw checkstyle:checkstyle'
sh './mvnw verify'
sh './mvnw clean package'
sh './mvnw clean package -DskipTests=true'
}
}
stage ("Build Docker Image") {