commit | 2c75a20f157d0efb8624e85c70da2e1f5dbc6d98 | [log] [tgz] |
---|---|---|
author | Jiri Broulik <jbroulik@mirantis.com> | Tue Apr 10 15:05:38 2018 +0200 |
committer | Jiri Broulik <jbroulik@mirantis.com> | Tue Apr 10 15:06:20 2018 +0200 |
tree | 09da97cc1822af1945049fc8d33bd15e234c6d51 | |
parent | 4ea221c4f5bbd2e1a91a57b557bb5762611683fc [diff] [blame] |
day01 template fix Change-Id: I06fae9aeaab59332e777ea5a9cca3bf09a0674f4
diff --git a/Jenkinsfile b/Jenkinsfile index a30d4f3..6769e0e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -37,6 +37,8 @@ // Load shared libs common = new com.mirantis.mk.Common() +def date = new Date() +def dateTime = date.format("ddMMyyyy-HHmmss") ArrayList extra_vars = EXTRA_VARIABLES.readLines() IMAGE_NAME = IMAGE_NAME + "-" + dateTime