From 87ae89b25123011c98651bfef24bd48b07e93eee Mon Sep 17 00:00:00 2001 From: Robert Cerven Date: Tue, 14 Jan 2025 20:00:31 +0100 Subject: [PATCH] rebuilds work only if push pipeline wasn't renamed Signed-off-by: Robert Cerven --- docs/modules/ROOT/pages/how-tos/configuring/rerunning.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/ROOT/pages/how-tos/configuring/rerunning.adoc b/docs/modules/ROOT/pages/how-tos/configuring/rerunning.adoc index 33ab7c55..ea217764 100644 --- a/docs/modules/ROOT/pages/how-tos/configuring/rerunning.adoc +++ b/docs/modules/ROOT/pages/how-tos/configuring/rerunning.adoc @@ -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** @@ -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**