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

Fixes warning in system admin section + color highlighting of warning and errors #25

Merged
merged 4 commits into from
Jul 2, 2016

Commits on Jul 2, 2016

  1. [JENKINS-28679] Fix warning when setting msbuild path in administration

    The plugin now appends "msbuild.exe" if a directory has been set as "Path
    to MSBuild" in plugin administration. This makes the plugin work in both
    cases : you can set the directory containing msbuild or the full path to
    msbuild.exe
    marshall777 committed Jul 2, 2016
    Configuration menu
    Copy the full SHA
    6f07c93 View commit details
    Browse the repository at this point in the history
  2. [JENKINS-3367] Provides output coloring for warning and errors

    These modifications highlight error and warning messages generated by
    MSBuild. This partialy adresses JIRA 3367.
    marshall777 committed Jul 2, 2016
    Configuration menu
    Copy the full SHA
    3d89534 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    731ae3a View commit details
    Browse the repository at this point in the history
  4. [JENKINS-3367] Fixes warning regex + fixes findbugs violations

    Warning regex was some missing some messages.
    marshall777 committed Jul 2, 2016
    Configuration menu
    Copy the full SHA
    7c80483 View commit details
    Browse the repository at this point in the history