Update Jenkinsfile

This commit is contained in:
boat cow 2023-04-09 01:17:13 -04:00 committed by GitHub
parent 842fee4b32
commit 703d259926
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Jenkinsfile vendored
View file

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('build') { stage('build') {
steps { steps {
sh './mvnw clean package -Dmaven.test.skip=true' sh './mvnw clean package -Dmaven.test.skip=true '
} }
} }
@ -24,6 +24,3 @@ pipeline {
} }
} }