diff options
author | Jan Gelety <jgelety@cisco.com> | 2016-07-04 10:58:17 +0200 |
---|---|---|
committer | C.J. Collier <cjcollier@linuxfoundation.org> | 2016-07-04 13:30:42 +0000 |
commit | bad7b73fce1dc8f6b5b69caad4b8ca5bb9992f31 (patch) | |
tree | 3056f584964f9f8d72b7c362798364204f7a08ed | |
parent | d1b08030ea1c1a6074e2361fc6ae79db0767ff49 (diff) |
CIMANAGE-11: Correction of the date string format for CSIT branches
- change date string from YYYY-MM-DD to shorter one: YYMMDD
Change-Id: I7ed3728ff6392aef23d7c6094f7aead255fcb7bd
Signed-off-by: Jan Gelety <jgelety@cisco.com>
-rw-r--r-- | jjb/csit/csit.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/csit/csit.yaml b/jjb/csit/csit.yaml index 83daf04b3..7c0512258 100644 --- a/jjb/csit/csit.yaml +++ b/jjb/csit/csit.yaml @@ -295,7 +295,7 @@ builders: - shell: !include-raw-escape: jjb/csit/include-raw-csit-vpp-verify-weekly.sh - - shell: 'echo "DATE=`date +%Y-%m-%d`" > $WORKSPACE/variables.prop' + - shell: 'echo "DATE=`date +%y%m%d`" > $WORKSPACE/variables.prop' - inject: properties-file: variables.prop |