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/03 05:37:49 UTC

hbase git commit: HBASE-18467 Use jiraIssueSelector in post

Repository: hbase
Updated Branches:
  refs/heads/HBASE-18467 fda53a9a6 -> 3daccaef1


HBASE-18467 Use jiraIssueSelector in post


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

Branch: refs/heads/HBASE-18467
Commit: 3daccaef176f6354da6a17cd52a116160c248044
Parents: fda53a9
Author: Sean Busbey <bu...@apache.org>
Authored: Thu Aug 3 00:37:29 2017 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Thu Aug 3 00:37:29 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/3daccaef/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 8bf4d84..91351ab 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -299,6 +299,9 @@ END
     }
   }
   post {
+    always {
+      jiraIssueSelector(issueSelector: [$class: 'DefaultIssueSelector'])
+    }
     failure {
       deleteDir()
     }