You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ad...@apache.org on 2019/06/06 08:40:13 UTC

[incubator-zipkin-website] branch asf-site updated: syncs Jenkinsfile

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new e976fb1  syncs Jenkinsfile
e976fb1 is described below

commit e976fb1b2a8bd5df3052e4b7cebb707b6a6dd08c
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Thu Jun 6 16:39:50 2019 +0800

    syncs Jenkinsfile
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 1852d92..1f7097e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -16,7 +16,7 @@ pipeline {
 		stage('SCM Checkout') {
 			when {
 				anyOf {
-//					branch 'master'
+					branch 'master'
 					changeRequest target: 'master'
 				}
 			}
@@ -106,7 +106,7 @@ pipeline {
 				git status
 				cp ./zipkin-api-source/*.yaml ./zipkin-api/
 				git add ./zipkin-api/*.yaml
-				git commit -m "force adds zipkin-api" || true
+				git commit -am"Zipkin OpenApi definitions"
 
 				rsync -avrh --delete --exclude=".git" --exclude=".gitmodules" --exclude="zipkin-api-source" --exclude='zipkin-api/*.yaml' "${builddir}/_site/" ./
 				git status