Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rebuilds work only if push pipeline wasn't renamed #205

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/modules/ROOT/pages/how-tos/configuring/rerunning.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ NOTE: If you only want to retrigger the integration tests, see xref:/how-tos/tes
.**Prerequisite**

- You have already merged a pull request, but the subsequent build failed, prompting a need for retriggering.
- You didn't rename push pipeline run name, and it is in format `component_name + '-on-push'`

.**Procedure**

Expand All @@ -66,6 +67,7 @@ The pipeline run should resume in the *Activity* > *Pipeline runs* tab.
.**Prerequisite**

- You have already merged a pull request, but the subsequent build failed, prompting a need for retriggering.
- You didn't rename push pipeline run name, and it is in format `component_name + '-on-push'`
- You have CLI access to {ProductName}. For information on obtaining CLI access, refer to xref:/getting-started/cli.adoc[Getting started in CLI]

.**Procedure**
Expand Down
Loading