|
||||||||
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 |
[JIRA] (JENKINS-9528) Glitches due to "Execute Windows batch command" being stored with UNIX line endings
otta...@ottawan.kicks-ass.net (JIRA) Thu, 04 Oct 2012 09:40:15 -0700
- [JIRA] (JENKINS-9528) Glitches due to... otta...@ottawan.kicks-ass.net (JIRA)
- [JIRA] (JENKINS-9528) Glitches d... otta...@ottawan.kicks-ass.net (JIRA)
Same issue here. When Jenkins slave is processing a .bat file generated as part of a build, it processes first several lines, then quietly skips
a few dozen lines then continues on till the end. No errors or warnings
. Looks like a major bug to me.
The same .bat file copied over (while build is still running), then after \n to \r\n replacement runs good.