Skip to content

Commit

Permalink
Add cleanWs() to Jenkins pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Jun 13, 2019
1 parent c37e28d commit 3448266
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@ pipeline {
success {
emailext body: '''${SCRIPT, template="groovy-text.template"}''', recipientProviders: [[$class: 'DevelopersRecipientProvider'], [$class: 'RequesterRecipientProvider']], subject: '[SHIBUI] Build Success'
}
always {
cleanWs()
}
}
}
}

0 comments on commit 3448266

Please sign in to comment.