Add raw XML for Slack channel integration

Change-Id: Id13cb0c7396701bd2ff76966736ba4df92c3c744
diff --git a/jjb/onos/onos-verify.yaml b/jjb/onos/onos-verify.yaml
index 5a6e7a4..c912faa 100644
--- a/jjb/onos/onos-verify.yaml
+++ b/jjb/onos/onos-verify.yaml
@@ -90,6 +90,35 @@
     triggers:
       - timed: '@daily'
 
+# FIXME - there is a Slack integration plugin in 2.0.3
+    publishers:
+      - raw:
+          xml: |
+            <jenkins.plugins.slack.SlackNotifier plugin="slack@2.3">
+              <baseUrl/>
+              <teamDomain/>
+              <authToken/>
+              <authTokenCredentialId>slack-token</authTokenCredentialId>
+              <botUser>false</botUser>
+              <room>build-status</room>
+              <startNotification>false</startNotification>
+              <notifySuccess>false</notifySuccess>
+              <notifyAborted>true</notifyAborted>
+              <notifyNotBuilt>true</notifyNotBuilt>
+              <notifyUnstable>true</notifyUnstable>
+              <notifyRegression>true</notifyRegression>
+              <notifyFailure>true</notifyFailure>
+              <notifyBackToNormal>true</notifyBackToNormal>
+              <notifyRepeatedFailure>false</notifyRepeatedFailure>
+              <includeTestSummary>false</includeTestSummary>
+              <includeFailedTests>false</includeFailedTests>
+              <commitInfoChoice>AUTHORS_AND_TITLES</commitInfoChoice>
+              <includeCustomMessage>false</includeCustomMessage>
+              <customMessage/>
+            </jenkins.plugins.slack.SlackNotifier>
+
+
+
 - hourly_boiler_plate: &hourly_boiler_plate
     name: hourly_boiler_plate
 
@@ -107,6 +136,34 @@
     triggers:
       - timed: '@hourly'
 
+# FIXME - there is a Slack integration plugin in 2.0.3
+    publishers:
+      - raw:
+          xml: |
+            <jenkins.plugins.slack.SlackNotifier plugin="slack@2.3">
+              <baseUrl/>
+              <teamDomain/>
+              <authToken/>
+              <authTokenCredentialId>slack-token</authTokenCredentialId>
+              <botUser>false</botUser>
+              <room>build-status</room>
+              <startNotification>false</startNotification>
+              <notifySuccess>false</notifySuccess>
+              <notifyAborted>true</notifyAborted>
+              <notifyNotBuilt>true</notifyNotBuilt>
+              <notifyUnstable>true</notifyUnstable>
+              <notifyRegression>true</notifyRegression>
+              <notifyFailure>true</notifyFailure>
+              <notifyBackToNormal>true</notifyBackToNormal>
+              <notifyRepeatedFailure>false</notifyRepeatedFailure>
+              <includeTestSummary>false</includeTestSummary>
+              <includeFailedTests>false</includeFailedTests>
+              <commitInfoChoice>AUTHORS_AND_TITLES</commitInfoChoice>
+              <includeCustomMessage>false</includeCustomMessage>
+              <customMessage/>
+            </jenkins.plugins.slack.SlackNotifier>
+
+
 - release_build_boiler_plate: &release_build_boiler_plate
     name: release_build_boiler_plate