Skip to content

Commit

Permalink
Update documentation (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim-kharin-codefresh authored May 25, 2023
1 parent a44058f commit e045baa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion incubating/codefresh-report-image/step.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion incubating/jira-issue-extractor/step.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e045baa

Please sign in to comment.