[JIRA] [core] (JENKINS-7478) Wrong EOL (UNIX type: LF) in Windows batch files executed for build steps of type "Execute Windows batch command"

2015-09-24 Thread dogf...@java.net (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 dogfood commented on  JENKINS-7478 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Wrong EOL (UNIX type: LF) in Windows batch files executed for build steps of type "Execute Windows batch command"  
 
 
 
 
 
 
 
 
 
 
Integrated in  jenkins_main_trunk #4292 [FIXED JENKINS-7478] (Revision efae48a451b1dbb15a13abff26b0bec269a63909) 
 Result = UNSTABLE ogondza : efae48a451b1dbb15a13abff26b0bec269a63909 Files :  
 

test/src/test/java/hudson/tools/CommandInstallerTest.java
 

core/src/main/java/hudson/tasks/BatchFile.java
 

core/src/main/java/hudson/tasks/Shell.java
 

test/src/test/java/hudson/tasks/BatchFileTest.java
 

core/src/main/java/hudson/tools/CommandInstaller.java
 

test/src/test/java/hudson/tools/BatchCommandInstallerTest.java
 

core/src/main/java/hudson/tools/BatchCommandInstaller.java
 

test/src/test/java/hudson/util/LineEndingConversionTest.java
 

test/src/test/java/hudson/tasks/ShellTest.java
 

core/src/main/java/hudson/util/LineEndingConversion.java
 

core/src/main/java/hudson/tools/AbstractCommandInstaller.java
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 

[JIRA] [core] (JENKINS-7478) Wrong EOL (UNIX type: LF) in Windows batch files executed for build steps of type Execute Windows batch command

2014-10-12 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-7478


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















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)





























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-7478) Wrong EOL (UNIX type: LF) in Windows batch files executed for build steps of type Execute Windows batch command

2014-10-01 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 updated  JENKINS-7478


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
















Change By:


Daniel Beck
(01/Oct/14 6:58 PM)




Labels:


lts-candidate



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-7478) Wrong EOL (UNIX type: LF) in Windows batch files executed for build steps of type Execute Windows batch command

2014-09-17 Thread scm_issue_l...@java.net (JIRA)















































SCM/JIRA link daemon
 resolved  JENKINS-7478 as Fixed


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
















Change By:


SCM/JIRA link daemon
(17/Sep/14 2:23 PM)




Status:


InProgress
Resolved





Resolution:


Fixed



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-7478) Wrong EOL (UNIX type: LF) in Windows batch files executed for build steps of type Execute Windows batch command

2014-09-17 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-7478


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















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/67ac47af0709dde6297dffeb210b03d8b65f6033
Log:
  FIXED JENKINS-7478

Create Line Ending Conversion utility to convert scripts to proper OS
line ending type.  Tests included.





























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-7478) Wrong EOL (UNIX type: LF) in Windows batch files executed for build steps of type Execute Windows batch command

2014-09-17 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-7478


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















Code changed in jenkins
User: Daniel Beck
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/3d25f57aa1352359331675c05cd387e6bc536a3a
Log:
  Merge pull request #1370 from DavidRuhmann/JENKINS-7478

FIXED JENKINS-7478 Correct Line Endings for Batch Files


Compare: https://github.com/jenkinsci/jenkins/compare/8bb88be27ec4...3d25f57aa135




























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-7478) Wrong EOL (UNIX type: LF) in Windows batch files executed for build steps of type Execute Windows batch command

2014-09-17 Thread dogf...@java.net (JIRA)














































dogfood
 commented on  JENKINS-7478


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















Integrated in  jenkins_main_trunk #3687
 FIXED JENKINS-7478 (Revision 67ac47af0709dde6297dffeb210b03d8b65f6033)

 Result = SUCCESS
david.ruhmann : 67ac47af0709dde6297dffeb210b03d8b65f6033
Files : 

	test/src/test/java/hudson/util/LineEndingConversionTest.java
	test/src/test/java/hudson/tools/BatchCommandInstallerTest.java
	core/src/main/java/hudson/tools/BatchCommandInstaller.java
	test/src/test/java/hudson/tools/CommandInstallerTest.java
	core/src/main/java/hudson/tasks/Shell.java
	test/src/test/java/hudson/tasks/ShellTest.java
	core/src/main/java/hudson/util/LineEndingConversion.java
	core/src/main/java/hudson/tasks/BatchFile.java
	core/src/main/java/hudson/tools/CommandInstaller.java
	core/src/main/java/hudson/tools/AbstractCommandInstaller.java
	test/src/test/java/hudson/tasks/BatchFileTest.java





























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-7478) Wrong EOL (UNIX type: LF) in Windows batch files executed for build steps of type Execute Windows batch command

2014-08-26 Thread davidruhm...@gmail.com (JIRA)














































David Ruhmann
 commented on  JENKINS-7478


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















New PR: https://github.com/jenkinsci/jenkins/pull/1370



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-7478) Wrong EOL (UNIX type: LF) in Windows batch files executed for build steps of type Execute Windows batch command

2014-08-12 Thread davidruhm...@gmail.com (JIRA)















































David Ruhmann
 assigned  JENKINS-7478 to David Ruhmann



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
















Change By:


David Ruhmann
(12/Aug/14 3:20 PM)




Assignee:


DavidRuhmann



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-7478) Wrong EOL (UNIX type: LF) in Windows batch files executed for build steps of type Execute Windows batch command

2014-08-11 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 started work on  JENKINS-7478


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
















Change By:


Oleg Nenashev
(12/Aug/14 3:59 AM)




Status:


Open
InProgress



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-7478) Wrong EOL (UNIX type: LF) in Windows batch files executed for build steps of type Execute Windows batch command

2014-08-11 Thread o.v.nenas...@gmail.com (JIRA)














































Oleg Nenashev
 commented on  JENKINS-7478


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















David's PR: https://github.com/jenkinsci/jenkins/pull/1361



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-7478) Wrong EOL (UNIX type: LF) in Windows batch files executed for build steps of type Execute Windows batch command

2014-05-19 Thread davidruhm...@gmail.com (JIRA)














































David Ruhmann
 commented on  JENKINS-7478


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















Still have this issue on 1.563
Using Firefox 29 and Chrome 34 the 
 character does not get written out.  Only when using IE (11 in my case) does it write out correctly.

So it would seem that Jenkins is not compatible with Firefox or Chrome.



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-7478) Wrong EOL (UNIX type: LF) in Windows batch files executed for build steps of type Execute Windows batch command

2014-05-19 Thread davidruhm...@gmail.com (JIRA)












































 
David Ruhmann
 edited a comment on  JENKINS-7478


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
















Still have this issue on 1.563
Using Firefox 29 and Chrome 34 the 
#xd;
 character does not get written out.  Only when using IE (11 in my case) does it write out correctly.

So it would seem that Jenkins is not compatible with Firefox or Chrome.



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-7478) Wrong EOL (UNIX type: LF) in Windows batch files executed for build steps of type Execute Windows batch command

2014-05-18 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-7478


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















Does this issue still occur for anyone in recent Jenkins versions? I have never experienced this on Jenkins 1.415 and newer...



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-7478) Wrong EOL (UNIX type: LF) in Windows batch files executed for build steps of type Execute Windows batch command

2014-05-18 Thread rogozhnikov.and...@gmail.com (JIRA)














































Andrey Rogozhnikov
 commented on  JENKINS-7478


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















Still have this issue on 1.556.
The exact script is http://rand.org.ru/upload/hudson2498629865472256615.bat. The slave system information is http://pastebin.com/xL47Vz3g. The master is running under Linux.



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [core] (JENKINS-7478) Wrong EOL (UNIX type: LF) in Windows batch files executed for build steps of type Execute Windows batch command

2014-02-11 Thread rogozhnikov.and...@gmail.com (JIRA)














































Andrey Rogozhnikov
 commented on  JENKINS-7478


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















I vote this issue up because chaining commands with '' looks at least strange and results in batch scripts nearly as readable as a base64-encoded RSA public key block.



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.