Switch to using HTMLUnit-compatible JS#1846
Conversation
There was a problem hiding this comment.
Thanks!
@krisstern the plugin BOM release this week will need this to be merged, released, and included in the plugin BOM. Are you willing to do that or would you prefer that I do it?
Refer to plugin BOM issue:
|
Hi @MarkEWaite could you please do the last step this time and show me what is needed for that? I could do the merging of this PR and cutting a new release, but for the BOM part I am not familiar with it. |
Once the new release of the GitLab plugin is available, open the "Dependency Updates" page of the plugin BOM, select the Dependabot tab, and choose the "bom-weekly/pom.xml" item and click "Check for updates". That will detect the update and create a pull request that updates the BOM version for the GitLab plugin to the most recent release. |
Fixes #1845. Amends #1840.
Also applies the suggestion from jenkins-infra/jenkins.io#8584 (comment).
Testing done
Locally interactively; also wrote a test to ensure HTMLUnit doesn't fall over.
Submitter checklist