From 8f30ea360611c0c0f13cbb8c6ec431d7dac5a2a8 Mon Sep 17 00:00:00 2001 From: vol4onok Date: Mon, 13 Jan 2025 14:13:31 +0200 Subject: [PATCH 1/3] SUPESC-930: Updated doc to use json value without whitespaces --- docs/ca/devscu/configure-spryker-code-upgrader.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ca/devscu/configure-spryker-code-upgrader.md b/docs/ca/devscu/configure-spryker-code-upgrader.md index 7d95c00109..a7c5117f7e 100644 --- a/docs/ca/devscu/configure-spryker-code-upgrader.md +++ b/docs/ca/devscu/configure-spryker-code-upgrader.md @@ -1,6 +1,6 @@ --- title: Configure Spryker Code Upgrader -description: Configure Spryker Code Upgrader with custom variables for pipelines, including cron schedules and version limits, to tailor updates to your project needs. +description: Instructions for configuration of Spryker Code Upgrader template: concept-topic-template last_updated: Aug 15, 2023 redirect_from: @@ -28,6 +28,8 @@ To configure the Upgrader, follow the steps: ![Spryker CI Set Config Upgrader Pipeline](https://spryker.s3.eu-central-1.amazonaws.com/docs/paas%2B/dev/configure-spryker-code-upgrader.md/set-spryker-code-upgrader-variables.png) +Note: The JSON value should be in one line and without whitespaces. + This runs the pipeline. After it finishes, the configuration gets updated. ## Customization variables From 3b6788c9cdf588da4ecd5ab8e23985aabc914a99 Mon Sep 17 00:00:00 2001 From: vol4onok Date: Mon, 13 Jan 2025 14:21:21 +0200 Subject: [PATCH 2/3] SUPESC-930: Updated doc to use json value without whitespaces --- docs/ca/devscu/configure-spryker-code-upgrader.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ca/devscu/configure-spryker-code-upgrader.md b/docs/ca/devscu/configure-spryker-code-upgrader.md index a7c5117f7e..98533f79ca 100644 --- a/docs/ca/devscu/configure-spryker-code-upgrader.md +++ b/docs/ca/devscu/configure-spryker-code-upgrader.md @@ -1,6 +1,6 @@ --- title: Configure Spryker Code Upgrader -description: Instructions for configuration of Spryker Code Upgrader +description: Configure Spryker Code Upgrader with custom variables for pipelines, including cron schedules and version limits, to tailor updates to your project needs. template: concept-topic-template last_updated: Aug 15, 2023 redirect_from: From 33f18021127b418d7dc1c92d6b0117cd65b58816 Mon Sep 17 00:00:00 2001 From: Andrii Tserkovnyi Date: Tue, 14 Jan 2025 18:12:28 +0800 Subject: [PATCH 3/3] Update configure-spryker-code-upgrader.md --- docs/ca/devscu/configure-spryker-code-upgrader.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/ca/devscu/configure-spryker-code-upgrader.md b/docs/ca/devscu/configure-spryker-code-upgrader.md index 98533f79ca..12392a9d0e 100644 --- a/docs/ca/devscu/configure-spryker-code-upgrader.md +++ b/docs/ca/devscu/configure-spryker-code-upgrader.md @@ -26,9 +26,13 @@ To configure the Upgrader, follow the steps: 5. On the **Run: #1** page, update the needed parameters and click **Proceed**. -![Spryker CI Set Config Upgrader Pipeline](https://spryker.s3.eu-central-1.amazonaws.com/docs/paas%2B/dev/configure-spryker-code-upgrader.md/set-spryker-code-upgrader-variables.png) +{% info_block infoBox %} + +JSON values must be added in one line and without whitespaces. -Note: The JSON value should be in one line and without whitespaces. +{% endinfo_block %} + +![Spryker CI Set Config Upgrader Pipeline](https://spryker.s3.eu-central-1.amazonaws.com/docs/paas%2B/dev/configure-spryker-code-upgrader.md/set-spryker-code-upgrader-variables.png) This runs the pipeline. After it finishes, the configuration gets updated.