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:43:26 UTC

[camel] branch camel-3.7.x updated: Jenkinsfile.deploy: 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


The following commit(s) were added to refs/heads/camel-3.7.x by this push:
     new 16048da  Jenkinsfile.deploy: Point to camel-3.7.x branch
16048da is described below

commit 16048daf9a028842ea57a87dcba2df09a55df0dd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jan 7 17:42:24 2021 +0100

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

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