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/06/06 06:25:57 UTC

[incubator-zipkin-website] 01/01: removes hacks into the jenkins file.

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 <jc...@gmail.com>
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