Issue Type: Bug Bug
Assignee: Jesse Glick
Components: durable-task-plugin, workflow-plugin
Created: 13/Mar/15 3:28 PM
Description:

if you attempt to run a dos batch file that has an "exit" command within it then the task does not notice that the interpreter has terminated.

e.g. in workflow create a CPS with the following

node {
      bat '''echo hello
exit 1'''
      echo 'should not be seen'
}

This results in a workflow that will run forever.

Environment: Window 8.1
Jenkins 1.580.1
Project: Jenkins
Priority: Major Major
Reporter: James Nord
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to