Update Jenkinsfile

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

2
Jenkinsfile vendored
View File

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