Skip to content

Add 2.541.x line and remove 2.504.x - #6285

Merged
MarkEWaite merged 10 commits into
jenkinsci:masterfrom
shalinisudarsan:chore/update-jenkins-version-2.541.1
Jan 24, 2026
Merged

Add 2.541.x line and remove 2.504.x#6285
MarkEWaite merged 10 commits into
jenkinsci:masterfrom
shalinisudarsan:chore/update-jenkins-version-2.541.1

Conversation

@shalinisudarsan

@shalinisudarsan shalinisudarsan commented Jan 21, 2026

Copy link
Copy Markdown
Contributor

Added 2.541.x line and removed 2.504.x
Following up on #6198

Testing done

Submitter checklist

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests that demonstrate the feature works or the issue is fixed

Added 2.541.x line and removed 2.504.x
@shalinisudarsan
shalinisudarsan requested a review from a team as a code owner January 21, 2026 15:41
@krisstern krisstern added the full-test Test all LTS lines in this PR and do not halt upon first error. label Jan 21, 2026
@krisstern

Copy link
Copy Markdown
Member

I am still seeing the failure due to version issues in the stack trace of the pct-gitea-checks-plugin-2.516.x test:

Console output 00:57:06 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.6.2:enforce (display-info) on project gitea-checks: 00:57:06 [ERROR] Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion failed with message: 00:57:06 [ERROR] Detected JDK /opt/jdk-17 is version 17.0.17 which is not in the allowed range [21,). 00:57:06 [ERROR] -> [Help 1] 00:57:06 org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.6.2:enforce (display-info) on project gitea-checks: 00:57:06 Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion failed with message: 00:57:06 Detected JDK /opt/jdk-17 is version 17.0.17 which is not in the allowed range [21,). 00:57:06 at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:333) 00:57:06 at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) 00:57:06 at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) 00:57:06 at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) 00:57:06 at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) 00:57:06 at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) 00:57:06 at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) 00:57:06 at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) 00:57:06 at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) 00:57:06 at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) 00:57:06 at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) 00:57:06 at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) 00:57:06 at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) 00:57:06 at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) 00:57:06 at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) 00:57:06 at org.apache.maven.cli.MavenCli.execute (MavenCli.java:919) 00:57:06 at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:285) 00:57:06 at org.apache.maven.cli.MavenCli.main (MavenCli.java:207) 00:57:06 at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) 00:57:06 at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) 00:57:06 at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) 00:57:06 at java.lang.reflect.Method.invoke (Method.java:569) 00:57:06 at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255) 00:57:06 at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201) 00:57:06 at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361) 00:57:06 at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314) 00:57:06 Caused by: org.apache.maven.plugin.MojoExecutionException: 00:57:06 Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion failed with message: 00:57:06 Detected JDK /opt/jdk-17 is version 17.0.17 which is not in the allowed range [21,). 00:57:06 at org.apache.maven.plugins.enforcer.EnforceMojo.execute (EnforceMojo.java:272) 00:57:06 at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) 00:57:06 at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) 00:57:06 at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) 00:57:06 at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) 00:57:06 at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) 00:57:06 at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) 00:57:06 at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) 00:57:06 at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) 00:57:06 at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) 00:57:06 at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) 00:57:06 at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) 00:57:06 at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) 00:57:06 at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) 00:57:06 at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) 00:57:06 at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) 00:57:06 at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) 00:57:06 at org.apache.maven.cli.MavenCli.execute (MavenCli.java:919) 00:57:06 at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:285) 00:57:06 at org.apache.maven.cli.MavenCli.main (MavenCli.java:207) 00:57:06 at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) 00:57:06 at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) 00:57:06 at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) 00:57:06 at java.lang.reflect.Method.invoke (Method.java:569) 00:57:06 at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255) 00:57:06 at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201) 00:57:06 at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361) 00:57:06 at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314) 00:57:06 [ERROR] 00:57:06 [ERROR] Re-run Maven using the -X switch to enable full debug logging. 00:57:06 [ERROR] 00:57:06 [ERROR] For more information about the errors and possible solutions, please read the following articles: 00:57:06 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException 00:57:06 org.jenkins.tools.test.exception.PomExecutionException: mvn -B -V -e -ntp -pl :gitea-checks -Dmaven.javadoc.skip=true clean process-test-classes in /home/jenkins/agent/workspace/Tools_bom_PR-6285/target/pct-work/gitea-checks-plugin failed with exit status 1 00:57:06 at org.jenkins.tools.test.maven.ExternalMavenRunner.run(ExternalMavenRunner.java:118) 00:57:06 at org.jenkins.tools.test.PluginCompatTester.testPluginAgainst(PluginCompatTester.java:267) 00:57:06 at org.jenkins.tools.test.PluginCompatTester.testPlugins(PluginCompatTester.java:163) 00:57:06 at org.jenkins.tools.test.PluginCompatTesterCli.call(PluginCompatTesterCli.java:209) 00:57:06 at org.jenkins.tools.test.PluginCompatTesterCli.call(PluginCompatTesterCli.java:44) 00:57:06 at picocli.CommandLine.executeUserObject(CommandLine.java:2031) 00:57:06 at picocli.CommandLine.access$1500(CommandLine.java:148) 00:57:06 at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2469) 00:57:06 at picocli.CommandLine$RunLast.handle(CommandLine.java:2461) 00:57:06 at picocli.CommandLine$RunLast.handle(CommandLine.java:2423) 00:57:06 at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2277) 00:57:06 at picocli.CommandLine$RunLast.execute(CommandLine.java:2425) 00:57:06 at picocli.CommandLine.execute(CommandLine.java:2174) 00:57:06 at org.jenkins.tools.test.CLI.main(CLI.java:13) script returned exit code 1

@viceice it looks like we will need to fix this up for the gitea-checks plugin and issue a new release.

@MarkEWaite

Copy link
Copy Markdown
Contributor

@viceice it looks like we will need to fix this up for the gitea-checks plugin and issue a new release.

It may be possible to resolve it by downgrading the version of the analysis pom that is used in the gitea-checks plugin. Unfortunately, I won't have time to explore that idea until the weekend.

We may need to accept that this week's release of the plugin BOM won't include Jenkins 2.541.1. That's not a big problem, since there are not likely to yet be many plugins that require 2.541.1 as their minimum Jenkins version.

@jglick

jglick commented Jan 22, 2026

Copy link
Copy Markdown
Member

Following up on #6198

Was there a reason to not just continue in the original PR?

@krisstern

Copy link
Copy Markdown
Member

No particular reason except because of an accident and also as a learning experience for @shalinisudarsan

@MarkEWaite

Copy link
Copy Markdown
Contributor

Following up on #6198

Was there a reason to not just continue in the original PR?

I believe it is because @shalinisudarsan did not have permission to modify the original pull request, since it was created by me. This is a pull request that she can modify. @krisstern and I can also modify it as maintainers of the plugin BOM.

@MarkEWaite

Copy link
Copy Markdown
Contributor

Following up on #6198

Was there a reason to not just continue in the original PR?

I believe it is because @shalinisudarsan did not have permission to modify the original pull request, since it was created by me. This is a pull request that she can modify. @krisstern and I can also modify it as maintainers of the plugin BOM.

I am wrong. The original PR was created by @shalinisudarsan. My apologies for the mistake.

@viceice

viceice commented Jan 22, 2026

Copy link
Copy Markdown
Member

@viceice it looks like we will need to fix this up for the gitea-checks plugin and issue a new release.

It may be possible to resolve it by downgrading the version of the analysis pom that is used in the gitea-checks plugin. Unfortunately, I won't have time to explore that idea until the weekend.

We may need to accept that this week's release of the plugin BOM won't include Jenkins 2.541.1. That's not a big problem, since there are not likely to yet be many plugins that require 2.541.1 as their minimum Jenkins version.

if someone can tell me to which version to downgrade, then I can do it tomorrow. I don't know enough of Jenkins to understand the error.

@MarkEWaite

MarkEWaite commented Jan 23, 2026

Copy link
Copy Markdown
Contributor

if someone can tell me to which version to downgrade, then I can do it tomorrow. I don't know enough of Jenkins to understand the error.

The gitea-checks plugin 601.607.vcea_0049b_27e5 is built to require a Java 21 compiler. The Jenkins plugin BOM intentionally checks that Java 17 still compiles and passes tests with Jenkins 2.504.x, 2.516.x, and 2.528.x. Java 17 is supported with all those versions of Jenkins.

We'll need a new release of gitea-checks plugin 601. compiled with Java 17. Details are described below:

I can duplicate the failure with the following steps:

git clone https://github.com/jenkinsci/gitea-checks-plugin.git
cd gitea-checks-plugin
git checkout 601.607.vcea_0049b_27e5
export JAVA_HOME=/opt/jdk-17 # or however you configure to use Java 17
export PATH=$JAVA_HOME/bin:$PATH
mvn clean -DskipTests verify

When I run those commands, it fails with the message:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.6.2:enforce (display-info) on project gitea-checks:
[ERROR] Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion failed with message:
[ERROR] Detected JDK /opt/jdk-17 is version 17.0.17 which is not in the allowed range [21,).

If I revert two commits that updated the parent pom, then I can again compile with Java 17. The commands I used to revert were:

git checkout -b stable-601 601.607.vcea_0049b_27e5
git revert --no-edit 512eeb9b43881ec66812abdac28814d884433441.
git revert --no-edit ac6c96d63c461df92fb2032c9731ba63f1998c3f.
export JAVA_HOME=/opt/jdk-17 # or however you configure to use Java 17
export PATH=$JAVA_HOME/bin:$PATH
mvn clean -DskipTests verify

We need a new release of the gitea-checks plugin that starts from the 601.607.vcea_0049b_27e5 tag and removes the two updates to the parent pom. Once that new release is available, we'll need to update the bom-2.5416.x/pom.xml . The version number of the new release will look something like 601.609.v7b_5ee1a_655f2.

The idea is tested in a pull request:

That pull request is targeting the jenkins-baseline branch because it is an old enough branch that it does not include changes after 601.607.vcea_0049b_27e5. That pull request is targeting the wrong branch, but includes the correct commits for testing purposes.

@MarkEWaite
MarkEWaite marked this pull request as draft January 23, 2026 03:07
@MarkEWaite

Copy link
Copy Markdown
Contributor

I've converted the pull request to draft so that it won't be inadvertently merged with the incremental version of gitea-checks plugin that I included. Once @viceice releases the final version of 601.609.x, the pull request can be updated with that new version in the bom-2.516.x/pom.xml file and it can be changed to "ready for review".

@MarkEWaite

Copy link
Copy Markdown
Contributor

Same problem exists in the instant-messaging plugin. Pull request submitted to fix it:

MarkEWaite added a commit to MarkEWaite/workflow-job-plugin that referenced this pull request Jan 23, 2026
Parent pom 6.2108.v08c2b_01b_cf4d incorrectly forced Java 21 compilation.
That breaks the plugin BOM.  Use a newer version that works with Java 17.

Detected in pull request:

* jenkinsci/bom#6285

Testing done:

* Confirmed that Java 17 compilation fails without this change

* Confirmed that Java 17 compilation works with this change
@MarkEWaite

Copy link
Copy Markdown
Contributor

The workflow job plugin has the same issue. Fixed in pull request:

@viceice

viceice commented Jan 23, 2026

Copy link
Copy Markdown
Member

will have another look a little later, the PR contains a few unrelated charges. I'll split them into different prs

@viceice

viceice commented Jan 23, 2026

Copy link
Copy Markdown
Member

I've converted the pull request to draft so that it won't be inadvertently merged with the incremental version of gitea-checks plugin that I included. Once @viceice releases the final version of 601.609.x, the pull request can be updated with that new version in the bom-2.516.x/pom.xml file and it can be changed to "ready for review".

fixed your PR, it targeted wrong branch, that's why it contained so many changes 😁

@viceice

viceice commented Jan 23, 2026

Copy link
Copy Markdown
Member

@uhafner Can you please publish a new analysis-pom version with the fixed parent pom. so it doesn't accidentially break again from renovate updates 😕

@uhafner

uhafner commented Jan 23, 2026

Copy link
Copy Markdown
Member

The analysis-pom main branch already contains changes that do not work with java 17, so if not absolutely necessary I would postpone that until I release the next version that solely is based on Java 21.

@viceice

viceice commented Jan 23, 2026

Copy link
Copy Markdown
Member

@viceice

viceice commented Jan 23, 2026

Copy link
Copy Markdown
Member

The analysis-pom main branch already contains changes that do not work with java 17, so if not absolutely necessary I would postpone that until I release the next version that solely is based on Java 21.

ok. I'm thinking of switching to the jenkins base plugin pom like the other plugins i maintain to simplify things. 🤔

@uhafner

uhafner commented Jan 23, 2026

Copy link
Copy Markdown
Member

The analysis-pom main branch already contains changes that do not work with java 17, so if not absolutely necessary I would postpone that until I release the next version that solely is based on Java 21.

ok. I'm thinking of switching to the jenkins base plugin pom like the other plugins i maintain to simplify things. 🤔

Ah, I wasn't aware that someone else is using my parent pom 😄.
I am using it to simplify and streamline the development of my plugins...

@viceice

viceice commented Jan 23, 2026

Copy link
Copy Markdown
Member

The analysis-pom main branch already contains changes that do not work with java 17, so if not absolutely necessary I would postpone that until I release the next version that solely is based on Java 21.

ok. I'm thinking of switching to the jenkins base plugin pom like the other plugins i maintain to simplify things. 🤔

Ah, I wasn't aware that someone else is using my parent pom 😄. I am using it to simplify and streamline the development of my plugins...

I didn't added it, it was there as i'd become a maintainer (defacto the only active)
https://github.com/jenkins-infra/repository-permissions-updater/blob/6e96667bd6edfa0cc4ce5bdb84f050214811d6d6/permissions/plugin-gitea-checks.yml#L6

MarkEWaite added a commit to MarkEWaite/gitea-checks-plugin that referenced this pull request Jan 23, 2026
Allows Jenkins plugin BOM to be released with a version of gitea-checks
that compiles with Java 17 for the 2.516.x line in addition to the
2.528.x, 2.541.x, and weekly lines.

More details available in pull request:

* jenkinsci/bom#6285

Testing done:

* Confirmed that tests pass with Java 17
@MarkEWaite

Copy link
Copy Markdown
Contributor

I've converted the pull request to draft so that it won't be inadvertently merged with the incremental version of gitea-checks plugin that I included. Once @viceice releases the final version of 601.609.x, the pull request can be updated with that new version in the bom-2.516.x/pom.xml file and it can be changed to "ready for review".

fixed your PR, it targeted wrong branch, that's why it contained so many changes 😁

Thanks, but the pull request definitely did not target the wrong branch.

Unfortunately, the new release 603.623.vb_a_78fa_50b_2c3 may be helpful for the 2.528.x line, but it does not solve the problem for the 2.516.x line. It does not support the 2.516.x line because it requires Jenkins 2.528.3 or newer.

Thankfully, the change that you made for 603.623.vb_a_78fa_50b_2c3 will allow a change that can then be used in a new release that supports Jenkins 2.516.3 or newer. I've submitted a pull request with that change. Please merge it and release a new version from the main line after merging pull request:

viceice pushed a commit to jenkinsci/gitea-checks-plugin that referenced this pull request Jan 23, 2026
Allows Jenkins plugin BOM to be released with a version of gitea-checks
that compiles with Java 17 for the 2.516.x line in addition to the
2.528.x, 2.541.x, and weekly lines.

More details available in pull request:

* jenkinsci/bom#6285

Testing done:

* Confirmed that tests pass with Java 17
@viceice

viceice commented Jan 23, 2026

Copy link
Copy Markdown
Member

I've converted the pull request to draft so that it won't be inadvertently merged with the incremental version of gitea-checks plugin that I included. Once @viceice releases the final version of 601.609.x, the pull request can be updated with that new version in the bom-2.516.x/pom.xml file and it can be changed to "ready for review".

fixed your PR, it targeted wrong branch, that's why it contained so many changes 😁

Thanks, but the pull request definitely did not target the wrong branch.

Unfortunately, the new release 603.623.vb_a_78fa_50b_2c3 may be helpful for the 2.528.x line, but it does not solve the problem for the 2.516.x line. It does not support the 2.516.x line because it requires Jenkins 2.528.3 or newer.

Thankfully, the change that you made for 603.623.vb_a_78fa_50b_2c3 will allow a change that can then be used in a new release that supports Jenkins 2.516.3 or newer. I've submitted a pull request with that change. Please merge it and release a new version from the main line after merging pull request:

Ah, i see now. sorry for confusion. PR merged and should be released in a few minutes 🤗

MarkEWaite added a commit that referenced this pull request Jan 23, 2026
@MarkEWaite

Copy link
Copy Markdown
Contributor

PR merged and should be released in a few minutes 🤗

Thanks very much! The PR to update update the plugin BOM with the new version is now in process as:

renovate Bot added a commit that referenced this pull request Jan 23, 2026
…_ecf7d5 (#6299)

* Update dependency io.jenkins.plugins:gitea-checks to v603.625.v731f4b_ecf7d5

* Use gitea-checks 603.625.v731f4b_ecf7d5 for 2.516.x line

Updated to compile with Java 17

* #6285

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mark Waite <mark.earl.waite@gmail.com>
@jonesbusy jonesbusy mentioned this pull request Jan 23, 2026
6 tasks
MarkEWaite added a commit to MarkEWaite/bom that referenced this pull request Jan 24, 2026
…to v2.882.v5363d4fd02fb_ (jenkinsci#6292)"

Failure discovered in the upgrade to 2.541.1 as part of pull request:

* jenkinsci#6285

Fixed by instant messaging plugin pull request:

* jenkinsci/instant-messaging-plugin#308

This reverts commit c6637ba.
MarkEWaite added a commit that referenced this pull request Jan 24, 2026
…to v2.882.v5363d4fd02fb_ (#6292)" (#6303)

Failure discovered in the upgrade to 2.541.1 as part of pull request:

* #6285

Fixed by instant messaging plugin pull request:

* jenkinsci/instant-messaging-plugin#308

This reverts commit c6637ba.
@MarkEWaite
MarkEWaite marked this pull request as ready for review January 24, 2026 12:09
@MarkEWaite
MarkEWaite merged commit 6fdaeaa into jenkinsci:master Jan 24, 2026
582 checks passed
@krisstern

Copy link
Copy Markdown
Member

Thanks everyone for this PR, especialy @MarkEWaite!

@strangelookingnerd

Copy link
Copy Markdown
Contributor

Was this supposed to be released with https://github.com/jenkinsci/bom/releases/tag/5983.v443959746f1f?

@MarkEWaite

Copy link
Copy Markdown
Contributor

Was this supposed to be released with https://github.com/jenkinsci/bom/releases/tag/?

No. The next weekly release of the plugin BOM (Jan 30, 2026 or Jan 31, 2026) will include it.

We chose to not include it in the 5983.v443959746f1f release because we hoped that @jimklimov would release a new version of the instant-messaging plugin that would allow us to remove a revert of its latest upgrade. The fix that needs to be released for the instant-messaging plugin is in pull request:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

full-test Test all LTS lines in this PR and do not halt upon first error.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants