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 2021/01/07 16:46:02 UTC

[camel] branch camel-3.7.x updated (16048da -> 0689956)

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

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


    from 16048da  Jenkinsfile.deploy: Point to camel-3.7.x branch
     new 1506cf4  Jenkinsfile.jdk11: Point to Camel-3.7.x branch
     new 32b5e23  Jenkinsfile.jdk14: Point to Camel-3.7.x branch
     new 0689956  Jenkinsfile.jdk16: Point to Camel-3.7.x branch

The 3 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.jdk11 | 2 +-
 Jenkinsfile.jdk14 | 2 +-
 Jenkinsfile.jdk16 | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


[camel] 01/03: Jenkinsfile.jdk11: Point to Camel-3.7.x branch

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-3.7.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 1506cf4592859641fb7970d3f5f4b022faafb491
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 7 17:43:47 2021 +0100

    Jenkinsfile.jdk11: Point to Camel-3.7.x branch
---
 Jenkinsfile.jdk11 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.jdk11 b/Jenkinsfile.jdk11
index 87c7391..e67d886 100644
--- a/Jenkinsfile.jdk11
+++ b/Jenkinsfile.jdk11
@@ -60,7 +60,7 @@ pipeline {
 
         stage('Build & Deploy') {
             when {
-                branch 'master'
+                branch 'camel-3.7.x'
             }
             steps {
                 sh "./mvnw $MAVEN_PARAMS -Dmaven.test.skip.exec=true clean install"


[camel] 02/03: Jenkinsfile.jdk14: Point to Camel-3.7.x branch

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-3.7.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 32b5e23ee3d07732a194970fe68b0c79de39d1cb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 7 17:44:30 2021 +0100

    Jenkinsfile.jdk14: Point to Camel-3.7.x branch
---
 Jenkinsfile.jdk14 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.jdk14 b/Jenkinsfile.jdk14
index ad8f8a9..93f243c 100644
--- a/Jenkinsfile.jdk14
+++ b/Jenkinsfile.jdk14
@@ -60,7 +60,7 @@ pipeline {
 
         stage('Build & Deploy') {
             when {
-                branch 'master'
+                branch 'camel-3.7.x'
             }
             steps {
                 sh "./mvnw $MAVEN_PARAMS -Dmaven.test.skip.exec=true clean install"


[camel] 03/03: Jenkinsfile.jdk16: Point to Camel-3.7.x branch

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-3.7.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 0689956dbe98c41db132766f09c517ef8c12557f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 7 17:45:06 2021 +0100

    Jenkinsfile.jdk16: Point to Camel-3.7.x branch
---
 Jenkinsfile.jdk16 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.jdk16 b/Jenkinsfile.jdk16
index 4b95f71..801c01d 100644
--- a/Jenkinsfile.jdk16
+++ b/Jenkinsfile.jdk16
@@ -60,7 +60,7 @@ pipeline {
 
         stage('Build & Deploy') {
             when {
-                branch 'master'
+                branch 'camel-3.7.x'
             }
             steps {
                 sh "./mvnw $MAVEN_PARAMS -Dmaven.test.skip.exec=true clean install"