Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-08 09:45:28 +00:00
parent 1ce128d916
commit e41eb6433d

4
Jenkinsfile vendored
View File

@@ -13,9 +13,7 @@ pipeline {
stages { stages {
stage('test') { stage('test') {
steps { steps {
script { buildJar()
buildJar()
}
} }
} }
stage('build') { stage('build') {