This is an automated email from the ASF dual-hosted git repository. jcchavezs pushed a commit to branch removes_hacks_to_jenkinsfile in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git
commit 2889b99439855d3f9815e6df97863eca172124b8 Author: José Carlos Chávez <[email protected]> AuthorDate: Thu Jun 6 08:25:38 2019 +0200 removes hacks into the jenkins file. --- Jenkinsfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1852d92..8c7c0a3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { stage('SCM Checkout') { when { anyOf { -// branch 'master' + branch 'master' changeRequest target: 'master' } } @@ -105,8 +105,6 @@ pipeline { git submodule update --init --recursive git status cp ./zipkin-api-source/*.yaml ./zipkin-api/ - git add ./zipkin-api/*.yaml - git commit -m "force adds zipkin-api" || true rsync -avrh --delete --exclude=".git" --exclude=".gitmodules" --exclude="zipkin-api-source" --exclude='zipkin-api/*.yaml' "${builddir}/_site/" ./ git status
