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.git

commit b1cb807296b697a398e2b516e986c40bd2cd227e
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Oct 8 07:54:22 2020 +0200

    Jenkinsfile: lets clean the workspace as default
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 2e95392..c237012 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -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 {

Reply via email to