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 78447cc Lets have all the jobs in one step 78447cc is described below commit 78447cccc1cf15982661fe44155870803017bb06 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Apr 2 09:14:43 2020 +0200 Lets have all the jobs in one step --- Jenkinsfile.full.pipeline | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/Jenkinsfile.full.pipeline b/Jenkinsfile.full.pipeline index 9f74ded..7407c06 100644 --- a/Jenkinsfile.full.pipeline +++ b/Jenkinsfile.full.pipeline @@ -45,23 +45,11 @@ pipeline { stages { - stage('Camel master') { + stage('Camel full pipeline') { steps { build job: 'Camel/master', wait: true - } - } - - stage('Camel-spring-boot') { - - steps { build job: 'camel.daily.sb', wait: true - } - } - - stage('Camel-karaf') { - - steps { build job: 'camel.daily.karaf', wait: true } }