auto release bleeding edge
Change-Id: I29bbdaed704bd892bb33fb4474b6428cb87b7a43
diff --git a/Jenkinsfile b/Jenkinsfile
index daff031..260f170 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -100,7 +100,7 @@
|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/manifest -b ''' + metadata['release_version'] + '''
+ |repo init -u https://gerrit.opencord.org/manifest -b '''.stripMargin() + metadata['release_version'] + '''
|repo sync
|--