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

[camel] 01/02: Fixed JDK11 Jenkinsfile

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"