Merge branch 'main' into dev
This commit is contained in:
commit
5353274e2e
|
|
@ -35,6 +35,10 @@ pipeline {
|
|||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
cleanWs(cleanWhenNotBuilt: false,
|
||||
notFailBuild: true)
|
||||
}
|
||||
success {
|
||||
echo 'Build completed successfully!'
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue