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 {
stage('test') {
steps {
script {
buildJar()
}
}
}
stage('build') {
steps {
script {