Update Jenkinsfile
This commit is contained in:
Vendored
-2
@@ -13,11 +13,9 @@ pipeline {
|
||||
stages {
|
||||
stage('test') {
|
||||
steps {
|
||||
script {
|
||||
buildJar()
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('build') {
|
||||
steps {
|
||||
script {
|
||||
|
||||
Reference in New Issue
Block a user