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/07/29 05:35:12 UTC

[camel] branch camel-3.4.x updated (2513602 -> 19b0958)

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

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


    from 2513602  Fixed Jenkinsfile for 3.4.x
     new c4cf0de  Fixed JDK11 Jenkinsfile
     new 19b0958  Fixed JDK14 Jenkinsfile

The 2 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 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 01/02: Fixed JDK11 Jenkinsfile

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.4.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit c4cf0de0fef6e5026d78f88f7f33a5e0eb47ff81
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jul 29 07:31:52 2020 +0200

    Fixed JDK11 Jenkinsfile
---
 Jenkinsfile.jdk11 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[camel] 02/02: Fixed JDK14 Jenkinsfile

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.4.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 19b0958f9e566a6d9fe83279c21224c35747079e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jul 29 07:32:24 2020 +0200

    Fixed JDK14 Jenkinsfile
---
 Jenkinsfile.jdk14 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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