Skip to content

Commit e045baa

Browse files
Update documentation (#598)
1 parent a44058f commit e045baa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

incubating/codefresh-report-image/step.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ spec:
163163
},
164164
"CF_JIRA_PROJECT_PREFIX": {
165165
"type": "string",
166-
"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)"
166+
"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)"
167167
},
168168
"CF_REGISTRY_DOMAIN": {
169169
"type": "string",

incubating/jira-issue-extractor/step.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
"properties": {
6161
"JIRA_PROJECT_PREFIX": {
6262
"type": "string",
63-
"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)"
63+
"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)"
6464
},
6565
"MESSAGE": {
6666
"type": "string",

0 commit comments

Comments
 (0)