Update Jenkinsfile

This commit is contained in:
mMate89 2023-05-04 13:05:28 +02:00 committed by GitHub
parent 041290f553
commit 4773170a47
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') {
steps {
sh 'mvnw clean install'
sh './mvnw clean install'
}
}