-
Notifications
You must be signed in to change notification settings - Fork 52
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
Test Jenkins weekly 2.477-rc35351.239ced05a_fca_ #3574
Conversation
jenkinsci/jenkins@7ff5aaa is the most recent commit included in the build.
…nkinsci#3571)" This reverts commit 036e269.
1.27.15-rc4520.67a_b_91263b_f9 is the incremental built from: * jenkinsci/blueocean-plugin#2572
jenkinsci/blueocean-plugin#2572 proposes the fix for the next release of the blueocean plugin.
This reverts commit 767ffaf.
@uhafner I don't understand the test failures from the analysis model API plugin 12.5.0 release. They seem to be connected to a message that says:
Could you investigate to see if you can identify the root cause of the issue? I can duplicate the issue from this pull request locally after I revert the downgrade of analysis-model-api with the command:
The set of all test failures can be duplicated with (in case that is helpful):
|
I will check. In the latest release I replaced my dependency to asm with the asm-api plugin. Maybe this change is not compatible? |
I think that asm API is related. Does the analysis model API plugin 12.5.0 depend on asm API 9.7-33.v4d23ef79fcc8? That is the version included in the plugin bom. Answering my question: The Maven dependency tree shows that the asm-api version in analysis-model-api 12.5.0 is 9.7-33.v4d23ef79fcc8 and that is the same as is included in the plugin BOM. |
I've submitted JENKINS-73776 to track the issue. Thanks in advance for your investigation @uhafner ! |
Maybe the problem is, that the warnings plugin does not yet depend on anlysis-model 12.5.0 yet? |
That is a very good idea. Is there an incremental build of the warnings plugin that depends on analysis model 12.5.0? |
Not yet, but soon: |
…nkinsci#3571)" This reverts commit 036e269.
…/bom-weekly (jenkinsci#3576)" This reverts commit 63bb9ef.
Pinning the new version on older releases may tell us something
Last change was incorrect |
@uhafner ASM was not removed from Jenkins core until jenkinsci/jenkins#9182 in 2.455 (2.462.1 LTS), so using the ASM library plugin with older baselines will create conflicts between the ASM provided by the library plugin and the ASM provided by Jenkins core. I would recommend reverting the change to use the ASM library plugin until your baseline is 2.462.1 LTS or later. |
Test Jenkins weekly 2.477-rc35351.239ced05a_fca_
7ff5aaa0 is the most recent commit included in the build.
Script security plugin test failure fix is being proposed as:
Blue ocean will need to be adapted to JGit 7.0.0. Pull request being proposed is:
Analysis model API plugin reverted in this test pull request. That is tracked as:
Testing done
Ran InjectedTest with git client plugin and confirmed it passed.
Submitter checklist