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:56 UTC

[incubator-zipkin-website] branch removes_hacks_to_jenkinsfile created (now 2889b99)

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

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


      at 2889b99  removes hacks into the jenkins file.

This branch includes the following new commits:

     new 2889b99  removes hacks into the jenkins file.

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: removes hacks into the jenkins file.

Posted by jc...@apache.org.
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