mirror of
https://github.com/apache/sqoop.git
synced 2025-05-04 01:32:20 +08:00
Printing out defect if specified
This commit is contained in:
parent
6379fe1d18
commit
7b90e5ad7a
@ -349,6 +349,7 @@ def post_jira_comment_and_exit():
|
|||||||
|
|
||||||
# If defect parameter is specified let's download the latest attachment
|
# If defect parameter is specified let's download the latest attachment
|
||||||
if defect:
|
if defect:
|
||||||
|
print "Defect: %s" % defect
|
||||||
jira_json = jira_get_defect(result, defect, username, password)
|
jira_json = jira_get_defect(result, defect, username, password)
|
||||||
json = json.loads(jira_json)
|
json = json.loads(jira_json)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user