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/09 06:21:31 UTC

hbase git commit: WIP adding attempt at using jira selector after all.

Repository: hbase
Updated Branches:
  refs/heads/HBASE-18467 f84c5693c -> 1f4c7ea4c


WIP adding attempt at using jira selector after all.


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

Branch: refs/heads/HBASE-18467
Commit: 1f4c7ea4c793004dec9e21dcabb4fe934cbf95db
Parents: f84c569
Author: Sean Busbey <bu...@apache.org>
Authored: Wed Aug 9 01:20:33 2017 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Wed Aug 9 01:20:33 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/1f4c7ea4/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index bed9bef..22aa10d 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -360,6 +360,9 @@ END
     always {
       script {
          sh "printenv"
+         for ( issue in jiraIssueSelector() ) {
+           echo issue
+         }
       }
     }
   }