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

Fix JenkinsWhitelistTest on 2.477 incremental #578

Merged
merged 3 commits into from
Sep 16, 2024

Commits on Sep 14, 2024

  1. Test with Jenkins 2.477-rc35350.7ff5a_a_a_0fdc3 incremental

    The JenkinsWhitelistTest will fail because
    
      method hudson.model.Run getFullDisplayName does not exist (or is an override)
    
    Show the test failure on ci.jenkins.io,
    MarkEWaite committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    9f3bad4 View commit details
    Browse the repository at this point in the history
  2. Exclude hudson.model.Run.getFullDisplayName from sanity test

    An override in Jenkins 2.477
    MarkEWaite committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    e81d38d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88f2cb9 View commit details
    Browse the repository at this point in the history