auto release bleeding edge

Change-Id: I0e8ff9c0943ae7d95589d108bc2dd49a7efd8315
diff --git a/Jenkinsfile b/Jenkinsfile
index bb82c35..a495b7a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -97,14 +97,14 @@
             replyTo: 'cord-discuss@opencord.org',
             body: '''Hi CORD Community,
 
-    A new bleeding edge version of cord is available, feel free to test it. 
-    You can obtain it using the following commands:
+                        |A new bleeding edge version of cord is available, feel free to test it. 
+                        |You can obtain it using the following commands:
 
-    repo init -u https://gerrit.opencord.org -b $metadata['release_version']
-    repo sync
+                        |repo init -u https://gerrit.opencord.org/manifest -b ${metadata['release_version']}
+                        |repo sync
 
-    --
-    CORD Automated Release
-    '''
+                        |--
+                        |CORD Automated Release
+                    '''.stripMargin()
     }
 }