aaa
This commit is contained in:
12
Jenkinsfile
vendored
12
Jenkinsfile
vendored
@@ -19,11 +19,6 @@ pipeline {
|
||||
junit 'target/surefire-reports/*.xml'
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
stage('deploy') {
|
||||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
cleanWs()
|
||||
@@ -33,6 +28,13 @@ pipeline {
|
||||
echo 'Build success'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
stage('deploy') {
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user