Skip to content

Commit

Permalink
SNOW-1304829: Set workspace as curdir for jenkins tests on win with v…
Browse files Browse the repository at this point in the history
…s14 (#701)
  • Loading branch information
sfc-gh-dprzybysz authored Apr 9, 2024
1 parent 3a91729 commit 10988e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/utils.bat
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ goto :EOF
if not "%VisualStudioVersion%"=="14.0" (
echo === setting up the Visual Studio 14 environments
call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %arch%
:: installation of vs 14 on new jenkins nodes causes switching current directory - let's go back to workspace
set curdir=%WORKSPACE%
cd %curdir%
)
goto :EOF
)
Expand Down

0 comments on commit 10988e8

Please sign in to comment.