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/09/11 06:05:58 UTC

[camel] branch camel-3.4.x updated: Fixed check in 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


The following commit(s) were added to refs/heads/camel-3.4.x by this push:
     new 342dcd0  Fixed check in Jenkinsfile
342dcd0 is described below

commit 342dcd07371179327d5f50d3412354d904e8d917
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Sep 11 08:05:30 2020 +0200

    Fixed check in Jenkinsfile
---
 Jenkinsfile.deploy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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