more slack notifier config

Change-Id: I88063cb8c5c31efe04e6c20865492629cc4491ea
diff --git a/.jenkins/jenkins.plugins.slack.SlackNotifier.xml b/.jenkins/jenkins.plugins.slack.SlackNotifier.xml
index 3bd2ad0..3492db3 100644
--- a/.jenkins/jenkins.plugins.slack.SlackNotifier.xml
+++ b/.jenkins/jenkins.plugins.slack.SlackNotifier.xml
@@ -1,18 +1,18 @@
 <jenkins.plugins.slack.SlackNotifier plugin="slack@2.0.1">
   <teamDomain></teamDomain>
-  <token></token>
-  <room></room>
+  <authToken></authToken>
   <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>
+  <room></room>
+  <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>true</includeCustomMessage>
+  <customMessage>"cord-onos-publisher"</customMessage>
 </jenkins.plugins.slack.SlackNotifier>