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'
|
- longName: 'Jenkins HipChat Plugin'
|
||||||
shortName: 'hipchat'
|
shortName: 'hipchat'
|
||||||
version: "0.1.5"
|
version: "0.1.8"
|
||||||
- longName: 'Derp HipChat Plugin'
|
- longName: 'Derp HipChat Plugin'
|
||||||
shortName: 'hipchat'
|
shortName: 'hipchat'
|
||||||
version: "0.1.0"
|
version: "0.1.0"
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<project>
|
<project>
|
||||||
<properties>
|
<properties>
|
||||||
<jenkins.plugins.hipchat.HipChatNotifier_-HipChatJobProperty>
|
<jenkins.plugins.hipchat.HipChatNotifier_-HipChatJobProperty>
|
||||||
<room>My Room</room>
|
<room>My Room,Your Room</room>
|
||||||
<startNotification>true</startNotification>
|
<startNotification>true</startNotification>
|
||||||
<notifySuccess>true</notifySuccess>
|
<notifySuccess>true</notifySuccess>
|
||||||
<notifyAborted>true</notifyAborted>
|
<notifyAborted>true</notifyAborted>
|
||||||
@ -14,8 +14,9 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<publishers>
|
<publishers>
|
||||||
<jenkins.plugins.hipchat.HipChatNotifier>
|
<jenkins.plugins.hipchat.HipChatNotifier>
|
||||||
<jenkinsUrl>green</jenkinsUrl>
|
<buildServerUrl>http://localhost:8080/</buildServerUrl>
|
||||||
<authToken>blue</authToken>
|
<sendAs>Jenkins</sendAs>
|
||||||
|
<authToken>dummy</authToken>
|
||||||
<room/>
|
<room/>
|
||||||
</jenkins.plugins.hipchat.HipChatNotifier>
|
</jenkins.plugins.hipchat.HipChatNotifier>
|
||||||
</publishers>
|
</publishers>
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
hipchat:
|
hipchat:
|
||||||
enabled: true
|
enabled: true
|
||||||
room: My Room
|
rooms:
|
||||||
|
- My Room
|
||||||
|
- Your Room
|
||||||
notify-start: true
|
notify-start: true
|
||||||
notify-success: true
|
notify-success: true
|
||||||
notify-aborted: 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'
|
- longName: 'Jenkins HipChat Plugin'
|
||||||
shortName: 'hipchat'
|
shortName: 'hipchat'
|
||||||
version: "0.1.8"
|
version: "0.1.5"
|
||||||
- longName: 'Derp HipChat Plugin'
|
- longName: 'Derp HipChat Plugin'
|
||||||
shortName: 'hipchat'
|
shortName: 'hipchat'
|
||||||
version: "0.1.0"
|
version: "0.1.0"
|
@ -2,7 +2,7 @@
|
|||||||
<project>
|
<project>
|
||||||
<properties>
|
<properties>
|
||||||
<jenkins.plugins.hipchat.HipChatNotifier_-HipChatJobProperty>
|
<jenkins.plugins.hipchat.HipChatNotifier_-HipChatJobProperty>
|
||||||
<room>My Room,Your Room</room>
|
<room>My Room</room>
|
||||||
<startNotification>true</startNotification>
|
<startNotification>true</startNotification>
|
||||||
<notifySuccess>true</notifySuccess>
|
<notifySuccess>true</notifySuccess>
|
||||||
<notifyAborted>true</notifyAborted>
|
<notifyAborted>true</notifyAborted>
|
||||||
@ -14,9 +14,8 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<publishers>
|
<publishers>
|
||||||
<jenkins.plugins.hipchat.HipChatNotifier>
|
<jenkins.plugins.hipchat.HipChatNotifier>
|
||||||
<buildServerUrl>http://localhost:8080/</buildServerUrl>
|
<jenkinsUrl>green</jenkinsUrl>
|
||||||
<sendAs>Jenkins</sendAs>
|
<authToken>blue</authToken>
|
||||||
<authToken>dummy</authToken>
|
|
||||||
<room/>
|
<room/>
|
||||||
</jenkins.plugins.hipchat.HipChatNotifier>
|
</jenkins.plugins.hipchat.HipChatNotifier>
|
||||||
</publishers>
|
</publishers>
|
@ -1,9 +1,7 @@
|
|||||||
hipchat:
|
hipchat:
|
||||||
enabled: true
|
enabled: true
|
||||||
rooms:
|
room: My Room # Cover the deprecated room parameter
|
||||||
- My Room
|
start-notify: true # Cover the deprecated start-notify parameter
|
||||||
- Your Room
|
|
||||||
start-notify: true
|
|
||||||
notify-success: true
|
notify-success: true
|
||||||
notify-aborted: true
|
notify-aborted: true
|
||||||
notify-not-built: true
|
notify-not-built: true
|
@ -1 +0,0 @@
|
|||||||
hipchat004.conf
|
|
Loading…
x
Reference in New Issue
Block a user