Skip to content

Commit

Permalink
Merge branch 'hotfix-1.0.9' into development-1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanGS committed May 4, 2017
2 parents 317349f + 84f0a4f commit b196d9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/jenkinsci/plugins/zap/ZAPDriver.java
Original file line number Diff line number Diff line change
Expand Up @@ -985,8 +985,8 @@ private void jiraCreate(BuildListener listener, ClientApi clientApi, String jira
map.put("jiraBaseURL", jiraBaseURL);
map.put("jiraUserName", jiraUsername);
map.put("jiraPassword", jiraPassword);
map.put("jiraProjectKey", jiraProjectKey);
map.put("jiraAssignee", jiraAssignee);
map.put("projectKey", jiraProjectKey);
map.put("assignee", jiraAssignee);
map.put("high", returnCheckedStatus(jiraAlertHigh));
map.put("medium", returnCheckedStatus(jiraAlertMedium));
map.put("low", returnCheckedStatus(jiraAlertLow));
Expand Down

0 comments on commit b196d9e

Please sign in to comment.