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 bf51b11 Jenkinsfile full pipeline: Lets wait for the steps bf51b11 is described below commit bf51b11c0201be48deb87a7de7f545bfbc1203f3 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Apr 2 09:02:04 2020 +0200 Jenkinsfile full pipeline: Lets wait for the steps --- Jenkinsfile.full.pipeline | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile.full.pipeline b/Jenkinsfile.full.pipeline index 9003e5e..9f74ded 100644 --- a/Jenkinsfile.full.pipeline +++ b/Jenkinsfile.full.pipeline @@ -48,21 +48,21 @@ pipeline { stage('Camel master') { steps { - build job: 'Camel/master', wait: false + build job: 'Camel/master', wait: true } } stage('Camel-spring-boot') { steps { - build job: 'camel.daily.sb', wait: false + build job: 'camel.daily.sb', wait: true } } stage('Camel-karaf') { steps { - build job: 'camel.daily.karaf', wait: false + build job: 'camel.daily.karaf', wait: true } }