diff --git a/app/scripts/modules/core/src/help/help.contents.ts b/app/scripts/modules/core/src/help/help.contents.ts index ae4b476195e..5f7bfc93755 100644 --- a/app/scripts/modules/core/src/help/help.contents.ts +++ b/app/scripts/modules/core/src/help/help.contents.ts @@ -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. $.buildInfo.status)", + "JSON path to the status information in the webhook's response JSON (e.g. $.buildInfo.status).
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. $.buildInfo.progress)", 'pipeline.config.webhook.successStatuses':