File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ pipeline {
11
11
withPythonEnv(pythonInstallation : ' Windows-CPython-36' ) {
12
12
pybat(script : ' pip install .' , returnStdout : true )
13
13
pybat '''
14
- set BOOT2DOCKER_VM=default
15
- set PATH=%PATH%;"C:\\ Program Files\\ Docker Toolbox\\ "
16
- docker-machine start %BOOT2DOCKER_VM%
17
- REM Set the environment variables to use docker-machine and docker commands
18
- @FOR /f "tokens=*" %i IN ('docker-machine env --shell cmd %BOOT2DOCKER_VM%') DO @%i
19
- setup.py test --addopts --junit-xml=tests.xml
20
- '''
14
+ set BOOT2DOCKER_VM=default
15
+ set PATH=%PATH%;"C:\\ Program Files\\ Docker Toolbox\\ "
16
+ docker-machine start %BOOT2DOCKER_VM%
17
+ REM Set the environment variables to use docker-machine and docker commands
18
+ @FOR /f "tokens=*" %i IN ('docker-machine env --shell cmd %BOOT2DOCKER_VM%') DO @%i
19
+ setup.py test --addopts --junit-xml=tests.xml
20
+ '''
21
21
}
22
22
23
23
}
You can’t perform that action at this time.
0 commit comments