K P commented on Bug JENKINS-15777

Try doing
CALL a.bat
CALL b.bat
CALL c.bat

When you simply run a bat file from another bat file, it terminates the execution of the current batch file. By using CALL, it will return to the current batch file.

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

Reply via email to