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

Fix some details in the build re-trigger doc #181

Merged
merged 2 commits into from
Dec 3, 2024
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
7 changes: 5 additions & 2 deletions docs/modules/ROOT/pages/how-tos/configuring/rerunning.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ See also xref:/how-tos/testing/integration/rerunning.adoc[Retriggering integrati
The pipeline run should start executing in the *Activity* > *Pipeline runs* tab and in the pull request

+
NOTE: For additional options, refer to the link:https://pipelinesascode.com/docs/guide/running/#gitops-command-on-pull-or-merge-request[pipelinesascode documentation].
NOTE: For additional options, refer to the link:https://pipelinesascode.com/docs/guide/gitops_commands/[pipelinesascode documentation].

== Retriggering a post-merge build from from GitHub

Expand All @@ -32,11 +32,14 @@ NOTE: For additional options, refer to the link:https://pipelinesascode.com/docs
. Comment `/retest` on the commit.

+
The pipeline run should resume in the *Activity* > *Pipeline runs* tab.
All pipeline runs associated with that commit should resume in the *Activity* > *Pipeline runs* tab.

+
NOTE: This procedure only works to retrigger the build pipeline for the latest commit on the branch.

+
NOTE: For instructions on how to retrigger only individual build pipelines, not all, see link:https://pipelinesascode.com/docs/guide/gitops_commands/[pipelinesascode documentation].
Copy link
Member

Choose a reason for hiding this comment

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

Do you want to direct them specifically to the commands with the <pipelinerun-name>?

Copy link
Member Author

Choose a reason for hiding this comment

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

That would be nice, but I don't see an appropriate anchor to link to for that.


+
NOTE: If you only want to retrigger the integration tests, see xref:/how-tos/testing/integration/rerunning.adoc[retriggering integration tests].

Expand Down
Loading