浏览代码

INFRA-12327 ZooKeeper pre-commit build failed due to build bot failed to post comments to JIRA (phunt)

git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1754187 13f79535-47bb-0310-9956-ffa450edef68
Patrick D. Hunt 9 年之前
父节点
当前提交
0954df854c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/java/test/bin/test-patch.sh

+ 1 - 1
src/java/test/bin/test-patch.sh

@@ -554,7 +554,7 @@ $comment"
     echo ""
     echo ""
     ### Update Jira with a comment
-    export USER=hudson
+    export USER=jenkins
     $JIRACLI -s https://issues.apache.org/jira -a addcomment -u hadoopqa -p $JIRA_PASSWD --comment "$comment" --issue $defect
     $JIRACLI -s https://issues.apache.org/jira -a logout -u hadoopqa -p $JIRA_PASSWD
   fi