You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by ge...@apache.org on 2016/10/10 11:52:24 UTC

[25/50] [abbrv] oozie git commit: OOZIE-2682 Oozie test-patch script is not updating Jira with jenkins test report (abhishekbafna via rkanter)

OOZIE-2682 Oozie test-patch script is not updating Jira with jenkins test report (abhishekbafna via rkanter)


Project: http://git-wip-us.apache.org/repos/asf/oozie/repo
Commit: http://git-wip-us.apache.org/repos/asf/oozie/commit/5c89163a
Tree: http://git-wip-us.apache.org/repos/asf/oozie/tree/5c89163a
Diff: http://git-wip-us.apache.org/repos/asf/oozie/diff/5c89163a

Branch: refs/heads/oya
Commit: 5c89163a4310fc6308d007f678d5f6935399540a
Parents: 85e79ec
Author: Robert Kanter <rk...@cloudera.com>
Authored: Wed Sep 21 15:18:04 2016 -0700
Committer: Robert Kanter <rk...@cloudera.com>
Committed: Wed Sep 21 15:18:04 2016 -0700

----------------------------------------------------------------------
 bin/test-patch  | 2 +-
 release-log.txt | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oozie/blob/5c89163a/bin/test-patch
----------------------------------------------------------------------
diff --git a/bin/test-patch b/bin/test-patch
index 97f759c..d69cc59 100755
--- a/bin/test-patch
+++ b/bin/test-patch
@@ -108,7 +108,7 @@ updateJira() {
     if [[ "$JIRAPASSWORD" != "" ]] ; then
       JIRACLI=${TOOLSDIR}/jira-cli/jira.sh
       if [ ! -e "${JIRACLI}" ] ; then
-        curl https://bobswift.atlassian.net/wiki/download/attachments/16285777/jira-cli-2.6.0-distribution.zip > ${TEMPDIR}/jira-cli.zip
+        curl -L https://bobswift.atlassian.net/wiki/download/attachments/16285777/jira-cli-2.6.0-distribution.zip > ${TEMPDIR}/jira-cli.zip
         if [ $? != 0 ] ; then
          echo
          echo "Could not download jira-cli tool, thus no JIRA updating"

http://git-wip-us.apache.org/repos/asf/oozie/blob/5c89163a/release-log.txt
----------------------------------------------------------------------
diff --git a/release-log.txt b/release-log.txt
index b503f21..c2036de 100644
--- a/release-log.txt
+++ b/release-log.txt
@@ -1,5 +1,6 @@
 -- Oozie 4.3.0 release (trunk - unreleased)
 
+OOZIE-2682 Oozie test-patch script is not updating Jira with jenkins test report (abhishekbafna via rkanter)
 OOZIE-2679 Decrease HttpClient library versions due to Hadoop incompatibility (abhishekbafna via rkanter)
 OOZIE-2661 Coordinator Action status not updated when workflow job SUSPENDED (satishsaley via puru)
 OOZIE-2273 MiniOozie does not work outside of Oozie (rkanter)