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

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

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"