From: Jan Gelety Date: Mon, 4 Jul 2016 08:58:17 +0000 (+0200) Subject: CIMANAGE-11: Correction of the date string format for CSIT branches X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F43%2F1843%2F3;p=ci-management.git 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 --- 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