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 f9a9a9c4e436bc1c04007977a6339d0c804164a4
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Oct 8 07:55:13 2020 +0200

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

diff --git a/Jenkinsfile.jdk11 b/Jenkinsfile.jdk11
index bf7f4c2..3470165 100644
--- a/Jenkinsfile.jdk11
+++ b/Jenkinsfile.jdk11
@@ -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