Update Jenkinsfile

This commit is contained in:
mMate89 2023-05-04 13:04:49 +02:00 committed by GitHub
parent edba952030
commit 041290f553
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -8,7 +8,7 @@ pipeline {
} }
stage('Build') { stage('Build') {
steps { steps {
sh 'mvn clean install' sh 'mvnw clean install'
} }
} }