-
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?
Hi,
Some more info:
even after copying chcp.com to chcp.exe, the v1.27 plugin still produces the same error.
I'm not running the Jenkins slave service as the default user (Local system) but as a dedicated User which is part of the Users group.
(I did not yet fiddle with the rights of that user, just a standard new local Windows user).
Might that have something to do with it?
Regards, Roel.