Skip to content

Commit

Permalink
feat(webhooks): document stausJsonPath is now optional (#8608)
Browse files Browse the repository at this point in the history
Describe behavior when it is omitted.

Related: spinnaker/orca#3933

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
hashbrowncipher and mergify[bot] committed Oct 1, 2020
1 parent 748da07 commit 7604b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/modules/core/src/help/help.contents.ts
Expand Up @@ -471,7 +471,7 @@ const helpContents: { [key: string]: string } = {
'pipeline.config.webhook.waitBeforeMonitor':
'Optional delay (in seconds) to wait before starting to poll the endpoint for monitoring status',
'pipeline.config.webhook.statusJsonPath':
"JSON path to the status information in the webhook's response JSON. (e.g. <samp>$.buildInfo.status</samp>)",
"JSON path to the status information in the webhook's response JSON (e.g. <samp>$.buildInfo.status</samp>). <br>If left empty, a 200 response from the status endpoint will be treated as a success.",
'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':
Expand Down

0 comments on commit 7604b3d

Please sign in to comment.