-
Bug
-
Resolution: Fixed
-
Minor
-
Win7 in Dutch, Jenkins v2.46, MSBuild Plugin v1.27
After upgrading from MSBuild Plugin v1.26 to v1.27, all builds using MSBuild plugin failed with:
'chcp' is not recognized as an internal or external command, operable program or batch file.
This seems to be related to case: JENKINS-24132.
As a work-around, i (manually) reverted to MSBuild Plugin v1.26.
Running chcp on the same machine works, running chcp via the Jenkins script console yields the same error.
Running chcp.com via the Jenkins script console works.
Can we please change chcp to chcp.com?