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