Update hipchat example for new syntax
The hipchat001 and hipchat_rooms-list001 test/example were swapped (with hipchat001 being renamed to hipchat_room001). Change-Id: Ia00964726814d9b1c3a7cb6af20996da087c4ba1 Story: 2000315 Task: 2510
This commit is contained in:
parent
f230b8de76
commit
cb27698f74
@ -1,5 +0,0 @@
|
||||
[hipchat]
|
||||
authtoken=blue
|
||||
send-as=Jenkins
|
||||
[jenkins]
|
||||
url=green
|
1
tests/hipchat/fixtures/hipchat001.conf
Symbolic link
1
tests/hipchat/fixtures/hipchat001.conf
Symbolic link
@ -0,0 +1 @@
|
||||
hipchat004.conf
|
@ -1,6 +1,6 @@
|
||||
- longName: 'Jenkins HipChat Plugin'
|
||||
shortName: 'hipchat'
|
||||
version: "0.1.5"
|
||||
version: "0.1.8"
|
||||
- longName: 'Derp HipChat Plugin'
|
||||
shortName: 'hipchat'
|
||||
version: "0.1.0"
|
||||
|
@ -2,7 +2,7 @@
|
||||
<project>
|
||||
<properties>
|
||||
<jenkins.plugins.hipchat.HipChatNotifier_-HipChatJobProperty>
|
||||
<room>My Room</room>
|
||||
<room>My Room,Your Room</room>
|
||||
<startNotification>true</startNotification>
|
||||
<notifySuccess>true</notifySuccess>
|
||||
<notifyAborted>true</notifyAborted>
|
||||
@ -14,8 +14,9 @@
|
||||
</properties>
|
||||
<publishers>
|
||||
<jenkins.plugins.hipchat.HipChatNotifier>
|
||||
<jenkinsUrl>green</jenkinsUrl>
|
||||
<authToken>blue</authToken>
|
||||
<buildServerUrl>http://localhost:8080/</buildServerUrl>
|
||||
<sendAs>Jenkins</sendAs>
|
||||
<authToken>dummy</authToken>
|
||||
<room/>
|
||||
</jenkins.plugins.hipchat.HipChatNotifier>
|
||||
</publishers>
|
||||
|
@ -1,6 +1,8 @@
|
||||
hipchat:
|
||||
enabled: true
|
||||
room: My Room
|
||||
rooms:
|
||||
- My Room
|
||||
- Your Room
|
||||
notify-start: true
|
||||
notify-success: true
|
||||
notify-aborted: true
|
||||
|
5
tests/hipchat/fixtures/hipchat_room001.conf
Normal file
5
tests/hipchat/fixtures/hipchat_room001.conf
Normal file
@ -0,0 +1,5 @@
|
||||
[hipchat]
|
||||
authtoken=blue
|
||||
send-as=Jenkins
|
||||
[jenkins]
|
||||
url=green
|
@ -1,6 +1,6 @@
|
||||
- longName: 'Jenkins HipChat Plugin'
|
||||
shortName: 'hipchat'
|
||||
version: "0.1.8"
|
||||
version: "0.1.5"
|
||||
- longName: 'Derp HipChat Plugin'
|
||||
shortName: 'hipchat'
|
||||
version: "0.1.0"
|
@ -2,7 +2,7 @@
|
||||
<project>
|
||||
<properties>
|
||||
<jenkins.plugins.hipchat.HipChatNotifier_-HipChatJobProperty>
|
||||
<room>My Room,Your Room</room>
|
||||
<room>My Room</room>
|
||||
<startNotification>true</startNotification>
|
||||
<notifySuccess>true</notifySuccess>
|
||||
<notifyAborted>true</notifyAborted>
|
||||
@ -14,9 +14,8 @@
|
||||
</properties>
|
||||
<publishers>
|
||||
<jenkins.plugins.hipchat.HipChatNotifier>
|
||||
<buildServerUrl>http://localhost:8080/</buildServerUrl>
|
||||
<sendAs>Jenkins</sendAs>
|
||||
<authToken>dummy</authToken>
|
||||
<jenkinsUrl>green</jenkinsUrl>
|
||||
<authToken>blue</authToken>
|
||||
<room/>
|
||||
</jenkins.plugins.hipchat.HipChatNotifier>
|
||||
</publishers>
|
@ -1,9 +1,7 @@
|
||||
hipchat:
|
||||
enabled: true
|
||||
rooms:
|
||||
- My Room
|
||||
- Your Room
|
||||
start-notify: true
|
||||
room: My Room # Cover the deprecated room parameter
|
||||
start-notify: true # Cover the deprecated start-notify parameter
|
||||
notify-success: true
|
||||
notify-aborted: true
|
||||
notify-not-built: true
|
@ -1 +0,0 @@
|
||||
hipchat004.conf
|
Loading…
Reference in New Issue
Block a user