You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2018/12/13 16:11:35 UTC

[camel-website] branch master updated: CAMEL-11500: deploy only from the `master` branch

This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 400aafc  CAMEL-11500: deploy only from the `master` branch
400aafc is described below

commit 400aafc7e8e24983693b9801155066c2a9960c7a
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Thu Dec 13 17:07:54 2018 +0100

    CAMEL-11500: deploy only from the `master` branch
---
 Jenkinsfile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 22ae458..a4766e4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -60,6 +60,10 @@ pipeline {
         }
 
         stage('Deploy') {
+            when {
+                branch 'master'
+            }
+
             steps {
                 dir('deploy/staging') {
                     deleteDir()