adding .jenkins again

Change-Id: Ib02e59ecbdc00cb06253adf5517c320bb289a734
diff --git a/.jenkins/jenkins.plugins.slack.SlackNotifier.xml b/.jenkins/jenkins.plugins.slack.SlackNotifier.xml
new file mode 100644
index 0000000..76c543b
--- /dev/null
+++ b/.jenkins/jenkins.plugins.slack.SlackNotifier.xml
@@ -0,0 +1,19 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<jenkins.plugins.slack.SlackNotifier plugin="slack@2.0.1">
+  <teamDomain>opencord</teamDomain>
+  <token>kkueX3fmLtcGV6vM4Sp4NVFz</token>
+  <room></room>
+  <buildServerUrl>http://jenkins.opencord.org/</buildServerUrl>
+      <startNotification>false</startNotification>
+      <notifySuccess>true</notifySuccess>
+      <notifyAborted>false</notifyAborted>
+      <notifyNotBuilt>false</notifyNotBuilt>
+      <notifyUnstable>false</notifyUnstable>
+      <notifyFailure>true</notifyFailure>
+      <notifyBackToNormal>false</notifyBackToNormal>
+      <notifyRepeatedFailure>false</notifyRepeatedFailure>
+      <includeTestSummary>false</includeTestSummary>
+      <commitInfoChoice>AUTHORS_AND_TITLES</commitInfoChoice>
+      <includeCustomMessage>false</includeCustomMessage>
+      <customMessage>"cord-onos-publisher"</customMessage>
+</jenkins.plugins.slack.SlackNotifier>