From commits-return-505-archive-asf-public=cust-asf.ponee.io@zipkin.apache.org Mon Apr 22 07:46:16 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id C17D118064D for ; Mon, 22 Apr 2019 09:46:15 +0200 (CEST) Received: (qmail 20216 invoked by uid 500); 22 Apr 2019 07:46:15 -0000 Mailing-List: contact commits-help@zipkin.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zipkin.apache.org Delivered-To: mailing list commits@zipkin.apache.org Received: (qmail 20207 invoked by uid 99); 22 Apr 2019 07:46:15 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Apr 2019 07:46:15 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 1C00387A2C; Mon, 22 Apr 2019 07:46:10 +0000 (UTC) Date: Mon, 22 Apr 2019 07:46:10 +0000 To: "commits@zipkin.apache.org" Subject: [incubator-zipkin-website] branch master updated: [Jenkinsfile] Still still trying to fix Publish step MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155591917005.8674.1566664793673259813@gitbox.apache.org> From: abesto@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-zipkin-website X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: cc0828c5178bce39d1a8c8b24c34e0952e66e612 X-Git-Newrev: a1ed0bbe04dce139eea9d6863cdd71d53f6c1210 X-Git-Rev: a1ed0bbe04dce139eea9d6863cdd71d53f6c1210 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. abesto pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git The following commit(s) were added to refs/heads/master by this push: new a1ed0bb [Jenkinsfile] Still still trying to fix Publish step a1ed0bb is described below commit a1ed0bbe04dce139eea9d6863cdd71d53f6c1210 Author: Zoltan Nagy AuthorDate: Mon Apr 22 08:45:55 2019 +0100 [Jenkinsfile] Still still trying to fix Publish step --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d0722f9..a43d0e0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -95,7 +95,7 @@ pipeline { git fetch origin asf-site:asf-site git reset --hard - git checkout -b asf-site --track origin/asf-site + git checkout asf-site git log -3 git status @@ -109,7 +109,6 @@ pipeline { echo 'No changes to commit/push' else git commit -m "$commitmsg" - git pull --rebase git log asf-site -3 git push origin asf-site fi