Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E542F20049D for ; Wed, 9 Aug 2017 16:07:29 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E3B06169304; Wed, 9 Aug 2017 14:07:29 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 32BF71692FF for ; Wed, 9 Aug 2017 16:07:29 +0200 (CEST) Received: (qmail 21253 invoked by uid 500); 9 Aug 2017 14:07:28 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 21244 invoked by uid 99); 9 Aug 2017 14:07:28 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2017 14:07:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 42CE0E96B7; Wed, 9 Aug 2017 14:07:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: busbey@apache.org To: commits@hbase.apache.org Message-Id: <49dcd83583fd4765b6c7ddd881f56687@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hbase git commit: HBASE-18467 WIP ah, it was that you can't have newlines in var names. Date: Wed, 9 Aug 2017 14:07:28 +0000 (UTC) archived-at: Wed, 09 Aug 2017 14:07:30 -0000 Repository: hbase Updated Branches: refs/heads/HBASE-18467 cb56d443f -> e1280d90a HBASE-18467 WIP ah, it was that you can't have newlines in var names. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e1280d90 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e1280d90 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/e1280d90 Branch: refs/heads/HBASE-18467 Commit: e1280d90ae4bbd1fa33c1014a087c7d950faba20 Parents: cb56d44 Author: Sean Busbey Authored: Wed Aug 9 09:07:14 2017 -0500 Committer: Sean Busbey Committed: Wed Aug 9 09:07:14 2017 -0500 ---------------------------------------------------------------------- dev-support/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/e1280d90/dev-support/Jenkinsfile ---------------------------------------------------------------------- diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index 9e5ce49..dd06cf4 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -376,7 +376,7 @@ END // Ideally get the committer our of the change and @ mention them in the per-jira comment comment += 'Committer, please check your recent inclusion of a patch for this issue.\\' } - comment += " [build ${currentBuild.displayName} on builds.a.o|${env.BUILD_URL]: ${currentBuild.result}\\----\\details (if available):" + comment += " [build ${currentBuild.displayName} on builds.a.o|${env.BUILD_URL}]: ${currentBuild.result}\\----\\details (if available):" comment += results.collect { fileExists(file: it) ? readFile(file: it) : "\n" }.join echo comment echo "${currentBuild.changeSets.size} changes"