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/10/09 12:48:50 UTC

[camel] branch master updated: Jenkinsfile: Fixed camel.website job ref

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6b06915  Jenkinsfile: Fixed camel.website job ref
6b06915 is described below

commit 6b06915558525dce62da1240332e4bb801a17179
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 9 14:48:14 2020 +0200

    Jenkinsfile: Fixed camel.website job ref
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index c237012..14bc125 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -74,7 +74,7 @@ pipeline {
             }
 
             steps {
-                build job: 'Camel.website/master', wait: false
+                build job: 'Camel/Camel.website/master', wait: false
             }
         }