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.git
commit 936b772186c01e6aaab459b081860bb24d060d51 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Wed Jul 24 11:04:48 2019 +0200 CAMEL-13753: fix website build trigger This should fix the error: ERROR: Waiting for non-job items is not supported --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2af34b4..2af2212 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -61,7 +61,7 @@ pipeline { } steps { - build 'Camel.website' + build job: 'Camel.website', wait: false } }