Update Jenkinsfile
This commit is contained in:
parent
df722d2f86
commit
186cff3b45
|
|
@ -35,6 +35,10 @@ pipeline {
|
|||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
cleanWs(cleanWhenNotBuilt: false,
|
||||
notFailBuild: true)
|
||||
}
|
||||
success {
|
||||
echo 'Build completed successfully!'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue