DS
m.build.start.date%%system.build.start.time%
Size: a a a
DS
m.build.start.date%%system.build.start.time%
A
hour=$(echo %system.build.start.time% | cut -c -2)
minute=$(echo %system.build.start.time% | cut -c 3-4)
second=$(echo %system.build.start.time% | cut -c 5-)
timestamp=$(date -d "%system.build.start.date% $hour:$minute:$second" +%%s)
result=$(date -u -d "@$timestamp" +%%y%%m%%d%%H%%M)
echo "##teamcity[buildNumber '$result']"
NK
SB
A
b
GD
b
GD
GD
GD