소스 검색

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