Update Jenkinsfile

This commit is contained in:
Stas Bezuhlyi 2021-04-01 16:04:40 +03:00 committed by GitHub
parent 91725e991c
commit 13f6d67a7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
Jenkinsfile vendored
View file

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