Skip to content

Commit

Permalink
Add cleanWs() to Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fredg02 committed Sep 22, 2023
1 parent 5a4e651 commit 2464ae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Expand Up @@ -21,6 +21,7 @@ pipeline {
stages {
stage('Create docker image') {
steps {
cleanWs()
sshagent(['projects-storage.eclipse.org-bot-ssh']) {
sh '''
set +x
Expand Down

0 comments on commit 2464ae1

Please sign in to comment.