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:44:49 UTC

[camel] branch oscerd-patch-1 updated: Jenkinsfile.jdk14: 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 oscerd-patch-1
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/oscerd-patch-1 by this push:
     new 389e23b  Jenkinsfile.jdk14: Point to Camel-3.7.x branch
389e23b is described below

commit 389e23bbbd87ad1026003194af7a5e2feeb6faed
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"