|
||||||||
|
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.

Code changed in jenkins
User: David Ruhmann
Path:
core/src/main/java/hudson/tasks/BatchFile.java
core/src/main/java/hudson/tasks/Shell.java
core/src/main/java/hudson/tools/AbstractCommandInstaller.java
core/src/main/java/hudson/tools/BatchCommandInstaller.java
core/src/main/java/hudson/tools/CommandInstaller.java
core/src/main/java/hudson/util/LineEndingConversion.java
test/src/test/java/hudson/tasks/BatchFileTest.java
test/src/test/java/hudson/tasks/ShellTest.java
test/src/test/java/hudson/tools/BatchCommandInstallerTest.java
test/src/test/java/hudson/tools/CommandInstallerTest.java
test/src/test/java/hudson/util/LineEndingConversionTest.java
http://jenkins-ci.org/commit/jenkins/efae48a451b1dbb15a13abff26b0bec269a63909
Log:
[FIXED JENKINS-7478]
Create Line Ending Conversion utility to convert scripts to proper OS
line ending type. Tests included.
(cherry picked from commit 67ac47af0709dde6297dffeb210b03d8b65f6033)