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