You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2019/09/05 07:03:59 UTC

[camel-quarkus] branch master updated: fix: trigger `master` build of website pipeline

This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new 80d0411  fix: trigger `master` build of website pipeline
80d0411 is described below

commit 80d041126c5195735611e65c409fdd95238cbe10
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Thu Sep 5 09:03:55 2019 +0200

    fix: trigger `master` build of website pipeline
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index f3f0842..dec5c9d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -52,7 +52,7 @@ pipeline {
             }
 
             steps {
-                build job: 'Camel.website', wait: false
+                build job: 'Camel.website/master', wait: false
             }
         }