Skip to content

Commit

Permalink
fix(help text): update webhook help text (spinnaker#7456)
Browse files Browse the repository at this point in the history
  • Loading branch information
emjburns committed Sep 30, 2019
1 parent 53300b1 commit 01bc0da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/scripts/modules/core/src/help/help.contents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -423,11 +423,11 @@ const helpContents: { [key: string]: string } = {
'pipeline.config.webhook.progressJsonPath':
"JSON path to a descriptive message about the progress in the webhook's response JSON. (e.g. <samp>$.buildInfo.progress</samp>)",
'pipeline.config.webhook.successStatuses':
'Comma-separated list of strings that will be considered as SUCCESS status.',
'Comma-separated list of strings (that will be returned in the response body in the previously defined `statusJsonPath` field) that will be considered as SUCCESS status.',
'pipeline.config.webhook.canceledStatuses':
'Comma-separated list of strings that will be considered as CANCELED status.',
'Comma-separated list of strings (that will be returned in the response body in the previously defined `statusJsonPath` field) that will be considered as CANCELED status.',
'pipeline.config.webhook.terminalStatuses':
'Comma-separated list of strings that will be considered as TERMINAL status.',
'Comma-separated list of strings (that will be returned in the response body in the previously defined `statusJsonPath` field) that will be considered as TERMINAL status.',
'pipeline.config.webhook.customHeaders': 'Key-value pairs to be sent as additional headers to the service.',
'pipeline.config.webhook.failFastCodes':
'Comma-separated HTTP status codes (4xx or 5xx) that will cause this webhook stage to fail without retrying.',
Expand Down

0 comments on commit 01bc0da

Please sign in to comment.