Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-06 10:51:55 +00:00
parent 2f4822a421
commit 51a1618bf9

2
Jenkinsfile vendored
View File

@@ -16,7 +16,7 @@ pipeline {
stage("build jar") {
steps {
script {
gv.buildApp()
gv.buildApp();
mvn package
}
}