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

[FIXED JENKINS-44809] Clean up existing job property handling. #161

Merged
merged 3 commits into from Jun 12, 2017

Commits on Jun 11, 2017

  1. [FIXED JENKINS-44809] Clean up existing job property handling.

    Two aspects - stop re-adding existing job properties defined outside
    of the Jenkinsfile, since they can't have changed, and remove all
    existing instances of a job property class defined inside the
    Jenkinsfile before we add the new instance, to avoid duplication.
    abayer committed Jun 11, 2017
    Copy the full SHA
    bf64f1d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9d514b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

  1. Better comparison

    abayer committed Jun 12, 2017
    Copy the full SHA
    64835c3 View commit details
    Browse the repository at this point in the history