Skip to content

Conversation

@janfaracik
Copy link
Member

@janfaracik janfaracik commented Oct 14, 2025

Before

Screenshot 2025-10-14 at 21 12 10

After

Screenshot 2025-10-14 at 21 11 16

After (experimental UI enabled)

Screenshot 2025-10-14 at 21 11 42

What's changed?

  • Our custom implementation of Detail has been removed in favour of the one from core
  • Pipeline Graph View is now a first class citizen of the new Run UI
  • The old UI still has Test/Changes/Artifacts links

Testing done

See screenshots

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

@janfaracik janfaracik marked this pull request as ready for review October 14, 2025 20:15
@janfaracik janfaracik requested a review from a team as a code owner October 14, 2025 20:15
@janfaracik janfaracik added the enhancement New feature or request label Oct 14, 2025
@janfaracik janfaracik requested a review from timja October 14, 2025 20:20

public class TestResultRunDetailsItem {

public static Optional<RunDetailsItem> get(WorkflowRun run) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought we weren't going to delete these yet until there's replacements for them?

All of these details should move to their plugins but I don't think we should remove them until they are there yet

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Restored the Changes/Tests/Artifacts links - simplified them so they just follow Cores design.

}

List<RunDetailsItem> runDetailsItems = new ArrayList<>();
boolean githubBranchSourceInstalled = Jenkins.get().getPlugin("github-branch-source") != null;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given the GitHub branch source plugin change isn't merged yet I think we should keep this?

You could maybe check its version or even if the new class exists and then not show it if you want to de-risk people getting both?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Restored. Haven't done the class check, I'll just update this plugin once GitHub plugin has been updated.

Copy link
Member

@timja timja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noting:

  • jenkinsci/jenkins#11127 (comment)
  • Lack of build buttons on the page is painful, I think these are needed ASAP
  • A number of 'details' are missing on the new experience

I didn't see any degradation on the default experience, defo not ready for a default toggle but not too far off from a PGV PoV.

@timja timja merged commit 998752b into jenkinsci:main Oct 15, 2025
17 checks passed
@janfaracik janfaracik deleted the new-run-ui-small branch October 15, 2025 10:25
alecharp added a commit to jenkinsci/bom that referenced this pull request Oct 16, 2025
github-actions bot pushed a commit to jenkinsci/bom that referenced this pull request Oct 16, 2025
…03f4542123 to 664.v998752b_00a_dc in /bom-weekly (#5850)

* chore(deps): bump io.jenkins.plugins:pipeline-graph-view in /bom-weekly

Bumps [io.jenkins.plugins:pipeline-graph-view](https://github.com/jenkinsci/pipeline-graph-view-plugin) from 661.v6003f4542123 to 664.v998752b_00a_dc.
- [Release notes](https://github.com/jenkinsci/pipeline-graph-view-plugin/releases)
- [Commits](https://github.com/jenkinsci/pipeline-graph-view-plugin/commits)

---
updated-dependencies:
- dependency-name: io.jenkins.plugins:pipeline-graph-view
  dependency-version: 664.v998752b_00a_dc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Pinned pipeline-graph-view plugin on 2.528.x branch

Because of jenkinsci/pipeline-graph-view-plugin#1009.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adrien Lecharpentier <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants