Commit 173b809e by Michael Youngstrom

jenkins_common: Allow v2enabled config in Hipchat

parent 0d9d98a1
......@@ -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