This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch jenkinsfile-clean-as-default in repository https://gitbox.apache.org/repos/asf/camel.git
commit fbfc667b76021ec4153699d06683c1eef324ff6e Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Oct 8 07:54:50 2020 +0200 Jenkinsfile.deploy: Lets clean the workspace as default --- Jenkinsfile.deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy index 765d9c3..8b848c2 100644 --- a/Jenkinsfile.deploy +++ b/Jenkinsfile.deploy @@ -44,7 +44,7 @@ pipeline { } parameters { - booleanParam(name: 'CLEAN', defaultValue: false, description: 'Perform the build in clean workspace') + booleanParam(name: 'CLEAN', defaultValue: true, description: 'Perform the build in clean workspace') } stages {
