Skip to content

Commit

Permalink
Merge pull request #181 from konflux-ci/gitops-links
Browse files Browse the repository at this point in the history
Fix some details in the build re-trigger doc
  • Loading branch information
arewm authored Dec 3, 2024
2 parents 69e0a09 + ec5433e commit e1932f6
Showing 1 changed file with 5 additions and 2 deletions.
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].

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

Expand Down

0 comments on commit e1932f6

Please sign in to comment.