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 49ea677 Updated the jenkins pipeline for a full build 49ea677 is described below commit 49ea677e59e8730873d93a2f696fedb8b98253ae Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Apr 2 08:53:42 2020 +0200 Updated the jenkins pipeline for a full build --- Jenkinsfile.full.pipeline | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Jenkinsfile.full.pipeline b/Jenkinsfile.full.pipeline index f210a4f..e49865f 100644 --- a/Jenkinsfile.full.pipeline +++ b/Jenkinsfile.full.pipeline @@ -46,9 +46,6 @@ pipeline { stages { stage('Camel master') { - when { - branch 'master' - } steps { build job: 'Apache Camel/master', wait: false @@ -56,9 +53,6 @@ pipeline { } stage('Camel-spring-boot') { - when { - branch 'master' - } steps { build job: 'camel.daily.sb', wait: false @@ -66,9 +60,6 @@ pipeline { } stage('Camel-karaf') { - when { - branch 'master' - } steps { build job: 'camel.daily.karaf', wait: false