We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b4917 commit bd04375Copy full SHA for bd04375
etc/make_release.py
@@ -131,7 +131,7 @@ def release(jira_creds_file,
131
132
# Read Jira credentials and GitHub token first, to check that
133
# user has proper credentials before embarking on lengthy builds.
134
- jira_options = {'server': 'https://jira.mongodb.com'}
+ jira_options = {'server': 'https://jira.mongodb.org'}
135
jira_oauth_dict = read_jira_oauth_creds(jira_creds_file)
136
auth_jira = JIRA(jira_options, oauth=jira_oauth_dict)
137
0 commit comments