Commit 62a6a06b by Michael Youngstrom Committed by GitHub

Merge pull request #4146 from edx/youngstrom/hipchat_fix

jenkins_common: Allow v2enabled config in Hipchat
parents 0d9d98a1 173b809e
......@@ -139,6 +139,7 @@ jenkins_common_github_configs:
# hipchat
jenkins_common_hipchat_room: ''
jenkins_common_hipchat_v2_enabled: true
JENKINS_HIPCHAT_API_TOKEN: ''
# seed
......
---
API_TOKEN: '{{ JENKINS_HIPCHAT_API_TOKEN }}'
ROOM: '{{ jenkins_common_hipchat_room }}'
V2_ENABLED: {{ jenkins_common_hipchat_v2_enabled }}
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