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

commit 19b0958f9e566a6d9fe83279c21224c35747079e
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Jul 29 07:32:24 2020 +0200

    Fixed JDK14 Jenkinsfile
---
 Jenkinsfile.jdk14 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.jdk14 b/Jenkinsfile.jdk14
index 25523de..37cbc4b 100644
--- a/Jenkinsfile.jdk14
+++ b/Jenkinsfile.jdk14
@@ -47,7 +47,7 @@ pipeline {
 
         stage('Build & Deploy') {
             when {
-                branch 'master'
+                branch 'camel-3.4.x'
             }
             steps {
                 sh "./mvnw $MAVEN_PARAMS -Dmaven.test.skip.exec=true clean 
install"

Reply via email to