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