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:55:04 UTC

[camel] 02/02: Jenkinsfile.full.pipeline: Correct jobs refs

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

commit 1449019b08a569c9cee89548b3503f07ce750567
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 9 14:54:17 2020 +0200

    Jenkinsfile.full.pipeline: Correct jobs refs
---
 Jenkinsfile.full.pipeline | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile.full.pipeline b/Jenkinsfile.full.pipeline
index 7407c06..eebb887 100644
--- a/Jenkinsfile.full.pipeline
+++ b/Jenkinsfile.full.pipeline
@@ -48,9 +48,9 @@ pipeline {
         stage('Camel full pipeline') {
 
             steps {
-                build job: 'Camel/master', wait: true
-                build job: 'camel.daily.sb', wait: true
-                build job: 'camel.daily.karaf', wait: true
+                build job: 'Camel/Apache Camel/master/', wait: true
+                build job: 'Camel/Camel-Karaf Daily/master/', wait: true
+                build job: 'Camel/Camel-Spring-Boot Daily/master', wait: true
             }
         }