This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit bdcffea3a9483b6d1dfb75e82b4405372277c227 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Oct 8 08:19:01 2020 +0200 Jenkinsfile.sb.jdk11: Lets clean the workspace as default --- Jenkinsfile.sb.jdk11 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Jenkinsfile.sb.jdk11 b/Jenkinsfile.sb.jdk11 index 9104dd6..b94df52 100644 --- a/Jenkinsfile.sb.jdk11 +++ b/Jenkinsfile.sb.jdk11 @@ -52,6 +52,15 @@ pipeline { stages { + stage('Clean workspace') { + when { + expression { params.CLEAN } + } + steps { + sh 'git clean -fdx' + } + } + stage('Build') { steps { script {