Merge "Update hipchat example for new syntax"

This commit is contained in:
Zuul 2018-06-21 17:35:15 +00:00 committed by Gerrit Code Review
commit 7e2a529780
9 changed files with 20 additions and 20 deletions

View File

@ -1,5 +0,0 @@
[hipchat]
authtoken=blue
send-as=Jenkins
[jenkins]
url=green

View File

@ -0,0 +1 @@
hipchat004.conf

View File

@ -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"

View File

@ -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>

View File

@ -1,6 +1,8 @@
hipchat:
enabled: true
room: My Room
rooms:
- My Room
- Your Room
notify-start: true
notify-success: true
notify-aborted: true

View File

@ -0,0 +1,5 @@
[hipchat]
authtoken=blue
send-as=Jenkins
[jenkins]
url=green

View File

@ -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"

View File

@ -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>

View File

@ -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

View File

@ -1 +0,0 @@
hipchat004.conf