Update Jenkinsfile
This commit is contained in:
parent
936a1fbf7e
commit
1d248bb25a
|
|
@ -34,9 +34,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
cleanWs(cleanWhenNotBuilt: false, notFailBuild: true)
|
||||
}
|
||||
success {
|
||||
echo 'Build completed successfully!'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue