Skip to content

Commit

Permalink
JENKINS-70421 Add missing test result badges to menu item (#2537)
Browse files Browse the repository at this point in the history
  • Loading branch information
drakenfly authored Jan 1, 2024
1 parent cef3a85 commit 29eb202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueocean-dashboard/src/main/js/components/RunDetails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ class RunDetails extends Component {

const baseUrl = UrlBuilder.buildRunUrl(params.organization, params.pipeline, params.branch, params.runId, null);
logger.debug('params', params.organization, params.pipeline, params.branch, params.runId);
const currentRun = new RunRecord(run);
const currentRun = new RunRecord({...run, testSummary});
const computedTitle = `${currentRun.organization} / ${pipeline.fullName} / ${params.pipeline === params.branch ? '' : `${params.branch} / `} #${
currentRun.id
}`;
Expand Down

0 comments on commit 29eb202

Please sign in to comment.