Skip to content

Commit 5501e7b

Browse files
committed
quote path
1 parent dd547a5 commit 5501e7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pipeline {
1010
steps {
1111
withPythonEnv(pythonInstallation: 'Windows-CPython-36') {
1212
pybat(script: 'pip install .', returnStdout: true)
13-
pybat jenkins.bat
13+
pybat 'jenkins.bat'
1414
}
1515

1616
}
@@ -23,4 +23,4 @@ pipeline {
2323
}
2424

2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)