Skip to content

Adapt configuration pages to jenkinsci/jenkins#11222#794

Open
aneveux wants to merge 1 commit into
jenkinsci:masterfrom
aneveux:ux-changes
Open

Adapt configuration pages to jenkinsci/jenkins#11222#794
aneveux wants to merge 1 commit into
jenkinsci:masterfrom
aneveux:ux-changes

Conversation

@aneveux

@aneveux aneveux commented Jun 15, 2026

Copy link
Copy Markdown
Member

Hello 👋

Recently, jenkinsci/jenkins#11222 introduced a new experimental Manage Jenkins layout.
Plugins have to be updated for this new UI, and this PR proposes a simple fix.

Before the Changes:

Without the new UI (`mvn hpi:run`) image

With the new UI (`mvn hpi:run -Dmaven.hpi.run.jvmArgs="-Dnew-manage-jenkins.flag.defaultValue=true"`) image

After the Changes:

Without the new UI (`mvn hpi:run`) image

With the new UI (`mvn hpi:run -Dmaven.hpi.run.jvmArgs="-Dnew-manage-jenkins.flag.defaultValue=true"`) image

This requires a bump of the Jenkins version to get the new UI flag.
This is a very minor change, which just removes the broken sidebar on the page.


Thanks a lot for your review! ❤️


This change is Reviewable

@aneveux aneveux requested a review from a team as a code owner June 15, 2026 13:53
@nevingeorgesunny

Copy link
Copy Markdown
Contributor

in the

With the new UI (mvn hpi:run -Dmaven.hpi.run.jvmArgs="-Dnew-manage-jenkins.flag.defaultValue=true")

In the image here , there needs to. be a side panel right? not sure if im missing something

@aneveux

aneveux commented Jun 17, 2026

Copy link
Copy Markdown
Member Author

in the

With the new UI (mvn hpi:run -Dmaven.hpi.run.jvmArgs="-Dnew-manage-jenkins.flag.defaultValue=true")

In the image here , there needs to. be a side panel right? not sure if im missing something

I don't think so, it's coming from an Admin Monitor, it's not a configuration page per se.
The fix is actually to avoid seeing an unrelated sidebar.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants