Repository: hbase
Updated Branches:
  refs/heads/HBASE-18467 a8c1f08b0 -> 4abab3a20


HBASE-18467 missed a closing bracket.


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

Branch: refs/heads/HBASE-18467
Commit: 4abab3a2036de3148b4582756334566636b43cf0
Parents: a8c1f08
Author: Sean Busbey <[email protected]>
Authored: Thu Aug 3 11:36:31 2017 -0500
Committer: Sean Busbey <[email protected]>
Committed: Thu Aug 3 11:36:31 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/4abab3a2/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index ec4bc61..802f96c 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -306,7 +306,8 @@ END
   post {
     always {
       step([$class: 'hudson.plugins.jira.JiraIssueUpdater', 
-            issueSelector: [$class: 
'hudson.plugins.jira.selector.DefaultIssueSelector'])
+            issueSelector: [$class: 
'hudson.plugins.jira.selector.DefaultIssueSelector']
+           ])
     }
     failure {
       deleteDir()

Reply via email to