Enable hipchat section into sample file

Current sample file lacks section about hipchat. Add section
with dummy token to show hipchat usage.

Added that into default config file for cmd.py, that is the
one used for testing. This will allow to properly test
jobs with hipchat module enabled.

Closes-Bug: #1366063

Change-Id: If511486a69113a4b4300cdb3602154ef261bc18a
This commit is contained in:
Yolanda Robla 2014-09-05 09:37:17 +02:00
parent 182a189640
commit 0b6b095dc0
2 changed files with 6 additions and 0 deletions

View File

@ -9,3 +9,6 @@ password=1234567890abcdef1234567890abcdef
url=https://jenkins.example.com
##### This is deprecated, use job_builder section instead
#ignore_cache=True
[hipchat]
authtoken=dummy

View File

@ -36,6 +36,9 @@ ignore_cache=False
url=http://localhost:8080/
user=
password=
[hipchat]
authtoken=dummy
"""