-
Bug
-
Resolution: Fixed
-
Major
call c:\windows\temp\slave\workspace\windoze with git\.c47b7018\jenkins-main.bat > c:\windows\temp\slave\workspace\windoze with git\.c47b7018\jenkins-log.txt 2>&1 echo %ERRORLEVEL% > c:\windows\temp\slave\workspace\windoze with git\.c47b7018\jenkins-result.txt
will not work.
Renaming the job to not have spaces in its name makes it work.
- is duplicated by
-
JENKINS-27014 Job name with spaces breaks workflow bat step
-
- Resolved
-
- is related to
-
JENKINS-26105 Unkillable tasks
-
- Resolved
-
- links to
Code changed in jenkins
User: Jesse Glick
Path:
durable-task-step/src/main/java/org/jenkinsci/plugins/workflow/steps/durable_task/DurableTaskStep.java
http://jenkins-ci.org/commit/workflow-plugin/9901d51bee1eae473ba9f57810643b8e8e4cfe79
Log:
If the user asks to stop a shell step twice, force it to die.
Works around bugs like
JENKINS-25678which would otherwise make the flow unkillable.