Commit 525f043c authored by Robert Schilling's avatar Robert Schilling

Update factories for git push service

parent 50aa340e
...@@ -6,6 +6,8 @@ module JiraServiceHelper ...@@ -6,6 +6,8 @@ module JiraServiceHelper
properties = { properties = {
title: "JIRA tracker", title: "JIRA tracker",
url: JIRA_URL, url: JIRA_URL,
username: 'jira-user',
password: 'my-secret-password',
project_key: "JIRA", project_key: "JIRA",
jira_issue_transition_id: '1' jira_issue_transition_id: '1'
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment