Jonathan Hart | f0cb6a4 | 2017-08-15 16:51:34 -0700 | [diff] [blame] | 1 | <!-- |
| 2 | ~ Copyright 2017-present Open Networking Foundation |
| 3 | ~ |
| 4 | ~ Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | ~ you may not use this file except in compliance with the License. |
| 6 | ~ You may obtain a copy of the License at |
| 7 | ~ |
| 8 | ~ http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | ~ |
| 10 | ~ Unless required by applicable law or agreed to in writing, software |
| 11 | ~ distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | ~ See the License for the specific language governing permissions and |
| 14 | ~ limitations under the License. |
| 15 | --> |
alshabib | 9c56c3c | 2016-06-16 22:51:32 -0700 | [diff] [blame] | 16 | <jenkins.plugins.slack.SlackNotifier plugin="slack@2.0.1"> |
alshabib | 66b0d25 | 2016-06-17 00:25:35 -0700 | [diff] [blame] | 17 | <teamDomain>opencord</teamDomain> |
| 18 | <authToken>kkueX3fmLtcGV6vM4Sp4NVFz</authToken> |
alshabib | 9c56c3c | 2016-06-16 22:51:32 -0700 | [diff] [blame] | 19 | <buildServerUrl>http://jenkins.opencord.org/</buildServerUrl> |
alshabib | 30076fb | 2016-06-17 00:33:42 -0700 | [diff] [blame] | 20 | <room>notifications</room> |
alshabib | 7242f3c | 2016-06-16 23:57:53 -0700 | [diff] [blame] | 21 | <startNotification>false</startNotification> |
| 22 | <notifySuccess>true</notifySuccess> |
| 23 | <notifyAborted>false</notifyAborted> |
| 24 | <notifyNotBuilt>false</notifyNotBuilt> |
| 25 | <notifyUnstable>false</notifyUnstable> |
| 26 | <notifyFailure>true</notifyFailure> |
| 27 | <notifyBackToNormal>false</notifyBackToNormal> |
| 28 | <notifyRepeatedFailure>false</notifyRepeatedFailure> |
| 29 | <includeTestSummary>false</includeTestSummary> |
| 30 | <commitInfoChoice>AUTHORS_AND_TITLES</commitInfoChoice> |
| 31 | <includeCustomMessage>true</includeCustomMessage> |
alshabib | 30076fb | 2016-06-17 00:33:42 -0700 | [diff] [blame] | 32 | <customMessage>cord-onos-publisher</customMessage> |
alshabib | 9c56c3c | 2016-06-16 22:51:32 -0700 | [diff] [blame] | 33 | </jenkins.plugins.slack.SlackNotifier> |