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/03/24 09:45:43 UTC

[camel-kafka-connector] branch master updated: Update Jenkinsfile.jdk11

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-kafka-connector.git


The following commit(s) were added to refs/heads/master by this push:
     new e3b79bb  Update Jenkinsfile.jdk11
e3b79bb is described below

commit e3b79bb7c7a0783706cfbe3aa003f295b983ed68
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Mar 24 10:45:38 2020 +0100

    Update Jenkinsfile.jdk11
---
 Jenkinsfile.jdk11 | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Jenkinsfile.jdk11 b/Jenkinsfile.jdk11
index 1438d36..6b1d02b 100644
--- a/Jenkinsfile.jdk11
+++ b/Jenkinsfile.jdk11
@@ -46,9 +46,6 @@ pipeline {
     stages {
 
         stage('Build & Deploy') {
-            when {
-                branch 'master'
-            }
             steps {
                 sh "./mvnw $MAVEN_PARAMS -Dmaven.test.skip.exec=true clean install deploy"
             }