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:40 UTC

[camel] branch master updated (801e40b -> 7c4e48f)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 801e40b  Sync Properties
     new b1cb807  Jenkinsfile: lets clean the workspace as default
     new 5930af1  Jenkinsfile.deploy: Lets clean the workspace as default
     new 3cc7b98  Jenkinsfile.jdk11: Lets clean the workspace as default
     new 7c4e48f  Jenkinsfile.jdk14: Lets clean the workspace as default

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Jenkinsfile        | 2 +-
 Jenkinsfile.deploy | 2 +-
 Jenkinsfile.jdk11  | 2 +-
 Jenkinsfile.jdk14  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)


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

Posted by ac...@apache.org.
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 7c4e48f31f8296b91020416c78902418697d8cc6
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 {


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

Posted by ac...@apache.org.
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 3cc7b981be797625316504e3656a739460c652d6
Author: Andrea Cosentino <an...@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 {


[camel] 01/04: Jenkinsfile: lets clean the workspace as default

Posted by ac...@apache.org.
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 <an...@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 {


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

Posted by ac...@apache.org.
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 5930af1ed328137335f6c83c6cf3e6ee00e76012
Author: Andrea Cosentino <an...@gmail.com>
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 {