Update Jenkinsfile

This commit is contained in:
Oleksandr Butenko 2021-06-13 13:24:14 +03:00 committed by GitHub
parent eab624ccf8
commit 5eca388d2e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -4,7 +4,7 @@ pipeline {
stage('Build') {
steps {
echo 'Running build automation'
sh './mvnw package
sh './mvnw package'
}
}
stage('Build Docker Image') {