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

[camel] branch jenkinsfile-clean-as-default created (now 0dd8d57)

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

acosentino pushed a change to branch jenkinsfile-clean-as-default
in repository https://gitbox.apache.org/repos/asf/camel.git.


      at 0dd8d57  Jenkinsfile.jdk14: Lets clean the workspace as default

This branch includes the following new commits:

     new bfc6da7  Jenkinsfile: lets clean the workspace as default
     new fbfc667  Jenkinsfile.deploy: Lets clean the workspace as default
     new f9a9a9c  Jenkinsfile.jdk11: Lets clean the workspace as default
     new 0dd8d57  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.



[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 jenkinsfile-clean-as-default
in repository https://gitbox.apache.org/repos/asf/camel.git

commit f9a9a9c4e436bc1c04007977a6339d0c804164a4
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 jenkinsfile-clean-as-default
in repository https://gitbox.apache.org/repos/asf/camel.git

commit bfc6da7e0d8111f3870f5226df9a98aeff712e67
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 jenkinsfile-clean-as-default
in repository https://gitbox.apache.org/repos/asf/camel.git

commit fbfc667b76021ec4153699d06683c1eef324ff6e
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 {


[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 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 {