You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2017/08/22 05:16:26 UTC

hbase git commit: HBASE-18467 grasping at straws.

Repository: hbase
Updated Branches:
  refs/heads/HBASE-18467 0836bf3d0 -> f97330a16


HBASE-18467 grasping at straws.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f97330a1
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f97330a1
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/f97330a1

Branch: refs/heads/HBASE-18467
Commit: f97330a16bfc5ef903e25c27093dc69ebef4ffaa
Parents: 0836bf3
Author: Sean Busbey <bu...@apache.org>
Authored: Tue Aug 22 00:16:03 2017 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Tue Aug 22 00:16:03 2017 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/f97330a1/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 1fcf4d3..e247fa8 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -409,6 +409,11 @@ END
              echo "	${change.commitId}"
              echo "     ${change.author}"
              echo ""
+             def matches = msg.findAll( /HBASE-[0-9]+/ )
+             echo "matches: ${matches}"
+             matches.each { foo ->
+               echo "	${foo}"
+             }
              msg.findAll( /HBASE-[0-9]+/ ).each { currentIssue ->
                echo "[DEBUG] found jira key: ${currentIssue}"
                if ( currentIssue in seenJiras ) {