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 <[email protected]> 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
