From e045baa4a216c1383cde98fb4fe559e801178fee Mon Sep 17 00:00:00 2001 From: vadim-kharin-codefresh Date: Thu, 25 May 2023 11:48:57 +0300 Subject: [PATCH] Update documentation (#598) --- incubating/codefresh-report-image/step.yaml | 2 +- incubating/jira-issue-extractor/step.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/incubating/codefresh-report-image/step.yaml b/incubating/codefresh-report-image/step.yaml index 542a0429f..cbe509ce0 100644 --- a/incubating/codefresh-report-image/step.yaml +++ b/incubating/codefresh-report-image/step.yaml @@ -163,7 +163,7 @@ spec: }, "CF_JIRA_PROJECT_PREFIX": { "type": "string", - "description": "Jira prefix for identifying the ticket number to use. Specify one or more prefixes as a comma-separated list or as a regex. (i.e. CR, /[A-Z]{2,}-\d+/g)" + "description": "Jira prefix for identifying the ticket number to use. Specify one or more prefixes as a comma-separated list or as a regex. (i.e. CR, /[A-Z]{2,}-\\d+/g)" }, "CF_REGISTRY_DOMAIN": { "type": "string", diff --git a/incubating/jira-issue-extractor/step.yaml b/incubating/jira-issue-extractor/step.yaml index a4d9fb8c8..d88e990be 100644 --- a/incubating/jira-issue-extractor/step.yaml +++ b/incubating/jira-issue-extractor/step.yaml @@ -60,7 +60,7 @@ spec: "properties": { "JIRA_PROJECT_PREFIX": { "type": "string", - "description": "Jira project prefix. Specify one or more prefixes as a comma-separated list or as a regex. (/[A-Z]{2,}-\d+/g,SAAS,CF, etc)" + "description": "Jira project prefix. Specify one or more prefixes as a comma-separated list or as a regex. (/[A-Z]{2,}-\\d+/g,SAAS,CF, etc)" }, "MESSAGE": { "type": "string",