Update Jenkinsfile

This commit is contained in:
Stas Bezuhlyi 2021-04-01 22:09:08 +03:00 committed by GitHub
parent 13f6d67a7e
commit 20208ac20b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -19,7 +19,7 @@ pipeline {
steps { steps {
echo 'Running build automation' echo 'Running build automation'
sh ''' sh '''
./mvnw package ./mvnw clean
''' '''
} }
} }