auto release bleeding edge

Change-Id: I1409155a485edf1375f28efc2d67a6beb66a7225
diff --git a/Jenkinsfile b/Jenkinsfile
index 4ea838b..bb82c35 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -54,7 +54,7 @@
     if (created == 0) {
 
         def now = new Date()
-        branch = 'cord-' + now.format("yyyyMMdd-HH:mm", TimeZone.getTimeZone('UTC'))
+        branch = 'cord-' + now.format("yyyyMMddHHmm", TimeZone.getTimeZone('UTC'))
 
         stage 'Release?'
         mail to: env.approvers,