Skip to content

Print modern pipeline update URL from bundle run#5632

Closed
radakam wants to merge 1 commit into
issue-5142-job-run-urlfrom
issue-5142-pipeline-update-url
Closed

Print modern pipeline update URL from bundle run#5632
radakam wants to merge 1 commit into
issue-5142-job-run-urlfrom
issue-5142-pipeline-update-url

Conversation

@radakam

@radakam radakam commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Changes

bundle run now prints the modern pipeline update URL (/pipelines/<id>/updates/<id>) instead of the legacy #joblist/pipelines/<id>/updates/<id> hash-fragment URL.

  • Add a PipelineUpdatePath(pipelineID, updateID) builder in libs/workspaceurls, mirroring JobRunPath.
  • Emit the modern path form from NewPipelineUpdateUrlEvent instead of constructing the #joblist fragment inline.

Stacked on #5629 (issue-5142-job-run-url).

Why

The CLI historically emitted a legacy hash-fragment URL for pipeline updates. This switches to the modern path form for consistency with the rest of the CLI's workspace URLs and with the job run URL change in #5142, where the legacy fragment form was found not to resolve for non-admin users permitted to view the run.

See #5142.

Tests

  • Added TestPipelineUpdatePath unit test.
  • Updated acceptance test outputs for pipeline run/dry-run/stop commands to the modern URL form.

@radakam radakam temporarily deployed to test-trigger-is June 17, 2026 13:31 — with GitHub Actions Inactive
@radakam radakam temporarily deployed to test-trigger-is June 17, 2026 13:31 — with GitHub Actions Inactive
The CLI emitted a legacy hash-fragment URL (#joblist/pipelines/<id>/updates/<id>)
for pipeline updates. This switches to the modern path form
(/pipelines/<id>/updates/<id>) for consistency with the rest of the CLI's
workspace URLs and with the job run URL change in #5142, where the legacy
fragment form was found not to resolve for non-admin users permitted to view
the run.

Add a PipelineUpdatePath builder mirroring JobRunPath and emit the modern
path form from NewPipelineUpdateUrlEvent.

See #5142.
@radakam radakam force-pushed the issue-5142-pipeline-update-url branch from 3047dfa to cb08628 Compare June 17, 2026 13:39
@radakam radakam temporarily deployed to test-trigger-is June 17, 2026 13:40 — with GitHub Actions Inactive
@radakam radakam temporarily deployed to test-trigger-is June 17, 2026 13:40 — with GitHub Actions Inactive
@radakam radakam closed this Jun 17, 2026
@radakam radakam deleted the issue-5142-pipeline-update-url branch June 17, 2026 13:45
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.

1 participant