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