Skip to content

Commit

Permalink
Fix rerun from PipelineRun details page
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGreene authored and tekton-robot committed Jul 8, 2024
1 parent bedc82e commit db1fc21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/containers/PipelineRun/PipelineRun.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ export /* istanbul ignore next */ function PipelineRunContainer() {
setShowRunActionNotification({
kind: 'success',
logsURL: urls.pipelineRuns.byName({
namespace,
pipelineRunName: newRun.metadata.name
name: newRun.metadata.name,
namespace
}),
message: intl.formatMessage({
id: 'dashboard.rerun.triggered',
Expand Down

0 comments on commit db1fc21

Please sign in to comment.