Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JENKINS-42284] Fix for chcp errors #32

Merged
merged 4 commits into from
Oct 7, 2017

Conversation

marshall777
Copy link
Contributor

These modifications include :

  • The ability to prevent the chcp command from being run using a checkbox available on build step
  • The chcp command no more fail the whole build in case of error. The error is simply ignored and msbuild is run so that the build continues.

By the way, the parent POM version has been upgraded.

Since some users encountered an error when the plugin was running chcp
command, this commit add a checkbox on the msbuild step allowing to
prevent the plugin from running it.
The chcp command no more prevents msbuild from running in case of error.
If the command fails, the plugin will still run msbuild so the build can
continue.
@marshall777 marshall777 merged commit 77b1968 into jenkinsci:master Oct 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant