You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/10/08 05:57:19 UTC

[camel] 04/04: Jenkinsfile.jdk14: Lets clean the workspace as default

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 0dd8d57a6c6338112dd791c7b943c67df93cf21b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 8 07:56:29 2020 +0200

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

diff --git a/Jenkinsfile.jdk14 b/Jenkinsfile.jdk14
index 622b76b..1e24c55 100644
--- a/Jenkinsfile.jdk14
+++ b/Jenkinsfile.jdk14
@@ -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 {