You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by jc...@apache.org on 2019/04/29 07:12:31 UTC

[incubator-zipkin-website] branch build_on_branches created (now 3c9ae39)

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

jcchavezs pushed a change to branch build_on_branches
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git.


      at 3c9ae39  This PR attempts to build on non-master branches.

This branch includes the following new commits:

     new 3c9ae39  This PR attempts to build on non-master branches.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-zipkin-website] 01/01: This PR attempts to build on non-master branches.

Posted by jc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jcchavezs pushed a commit to branch build_on_branches
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git

commit 3c9ae39155bdf2bb90cebb87a7c2dbec06767d78
Author: José Carlos Chávez <jc...@gmail.com>
AuthorDate: Mon Apr 29 09:12:27 2019 +0200

    This PR attempts to build on non-master branches.
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d45a607..83a3e32 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -16,13 +16,14 @@ pipeline {
 		stage('SCM Checkout') {
 			when {
 				anyOf {
-					branch 'master'
+//					branch 'master'
 					changeRequest target: 'master'
 				}
 			}
 			steps {
 				deleteDir()
 				checkout scm
+//				sh 'git submodule update --init --recursive'
 			}
 		}
 
@@ -69,7 +70,6 @@ pipeline {
 				}
 			}
 			steps {
-				sh 'git submodule update --init --recursive'
 				sh '''
 				. "${rvm_path}/scripts/rvm"
 				set -e