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:11 UTC

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

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 3675523  Update Jenkinsfile
3675523 is described below

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

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

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