This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch camel-3.4.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.4.x by this push:
new 2513602 Fixed Jenkinsfile for 3.4.x
2513602 is described below
commit 25136029f9b44af7a84d538c11310c8f95dec64f
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Jul 29 07:30:24 2020 +0200
Fixed Jenkinsfile for 3.4.x
---
Jenkinsfile | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index a30af7b..6e1e1d6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -47,24 +47,13 @@ pipeline {
stage('Build & Deploy') {
when {
- branch 'master'
+ branch 'camel-3.4.x'
}
steps {
sh "./mvnw $MAVEN_PARAMS -Pdeploy -Dmaven.test.skip.exec=true
clean deploy"
}
}
- stage('Website update') {
- when {
- branch 'master'
- changeset 'docs/**/*'
- }
-
- steps {
- build job: 'Camel.website/master', wait: false
- }
- }
-
stage('Checks') {
steps {
sh "./mvnw $MAVEN_PARAMS -pl :camel-buildtools install"