Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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