-
Notifications
You must be signed in to change notification settings - Fork 61
Update dependency org.jenkins-ci.main:jenkins-war to v2.523 #5519
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
Conversation
It appears that one of the changes in Jenkins 2.523 has caused 2 tests in the extensible-choice-parameter-plugin to fail. I can confirm the failures from inside the extensible-choice-parameter-plugin repository with the command:
I can confirm that the test passes with the command:
@krisstern since you are BOM release lead this week, are you able to bisect the change in Jenkins core or would you prefer that we look for someone else that can identify the issue and either propose a change to the SystemGroovyChoiceListProviderJenkinsTest or to Jenkins core? |
I haven't done a proper bisect, but a quick glance at the exception
makes me suspect jenkinsci/jenkins#10827 |
Hi @MarkEWaite apologies for the delayed response, but if someone else could look into this while I shadow along that would be great |
I'm running a bisect to see where the problem is coming from. |
Thanks @alecharp! Appreciate it |
Because |
I don't know how I can trust the new run of bisect but it points to jenkinsci/jenkins@211bdd1 |
I've confirmed that it is jenkinsci/jenkins#10827 . I confirmed that I can duplicate the test failures with the commands:
I've confirmed that I can resolve the test failures with the commands:
|
Fix two tests that are blocking the Jenkins plugin BOM upgrade from Jenkins 2.522 to 2.523. Blocked pull request is: * jenkinsci/bom#5519 New interface was added in Jenkins core pull request: * jenkinsci/jenkins#10827 Add a script approval for jenkins.model.FullyNamed.getFullName() since the tests already have a script approval for hudson.model.Item.getFullName(). Keeps the tests consistent and allows the tests to pass with both older and newer Jenkins versions. Testing done: Confirmed that tests pass with Jenkins 2.523 and with default Jenkins version.
Updated tests for the plugin are included in the pull request: |
Blueocean test is flakey, raised #5527 for investigation |
1ed800d
to
c469e09
Compare
This PR contains the following updates:
2.522
->2.523
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.