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 f5b99a4 Jenkinsfile pipeline full: Correct the camel job name
f5b99a4 is described below
commit f5b99a40e182424e26a09000d06cfa98112b535e
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Apr 2 08:56:41 2020 +0200
Jenkinsfile pipeline full: Correct the camel job name
---
Jenkinsfile.full.pipeline | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile.full.pipeline b/Jenkinsfile.full.pipeline
index e49865f..9003e5e 100644
--- a/Jenkinsfile.full.pipeline
+++ b/Jenkinsfile.full.pipeline
@@ -48,7 +48,7 @@ pipeline {
stage('Camel master') {
steps {
- build job: 'Apache Camel/master', wait: false
+ build job: 'Camel/master', wait: false
}
}