Wrong EOL (UNIX type: LF) in Windows batch files executed for build steps of type "Execute Windows batch command"

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      For a build step of type "Execute Windows batch command" Hudson generates and then executes a .bat file using the content provided by the user in the configuration textbox of the step.

      The problem is that the generated .bat file has UNIX style EOL (lines ending with LF) and the Windows Command Interpreter (CMD.EXE) requires Windows style EOLs (lines ending with CR LF) in batches, in order to interpret them correctly.

      The consequences of having UNIX style EOL in Windows batches is undetermined. Very simple batches work while more complex ones will behave erratically because CMD.EXE will consume multiple lines in one command and it will fail to find some labels.

            Assignee:
            David Ruhmann
            Reporter:
            bogdaniosif
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: