diff --git a/Jenkinsfile b/Jenkinsfile index 154db22..7f99de0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,6 +21,7 @@ pipeline { stages { stage('Create docker image') { steps { + cleanWs() sshagent(['projects-storage.eclipse.org-bot-ssh']) { sh ''' set +x