Clone
ixen <ixen@copyhandler.com>
committed
on 11 Jan 16
Updated output paths for jenkins output to separate internal builds from tagged ones (CH-213).
LoggerImprovements + 5 more
scripts/jenkins/_get-output-dir.bat (+11)
  1 @echo off
  2
  3 call "%WORKSPACE%\scripts\jenkins\_get-version.bat" || exit /b 1
  4
  5 if "%CHDetailVersion%" == "0" (
  6         SET OutDir=%WORKSPACE%\Output\%CHTextVersion%
  7 ) else (
  8         SET OutDir=%WORKSPACE%\Output\internal\%CHTextVersion%
  9 )
  10
  11 mkdir "%OutDir%" || exit /b 0