Skip to content

Commit 470e093

Browse files
feat: technical review update
1 parent 8c117df commit 470e093

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

content/en/docs/deployment/general/webhooks.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,7 @@ Make sure to use the correct key names when using this payload information to ca
162162
## Teamserver Push (Git)
163163

164164
{{% alert color="info" %}}
165-
This webhook is not visible for newly created apps. It is only visible for existing apps.
166-
167-
For apps where the webhook is visible, do not delete it; deleting it would cause pipeline run failures for pipelines that rely on the Teamserver push (Git) trigger type.
165+
This webhook is not visible to first-time pipeline users. For existing pipeline users who can view this webhook, do not delete it. Deleting it causes failures for pipelines that rely on the Teamserver push (Git) trigger.
168166
{{% /alert %}}
169167

170168
When you push a model change to the [Git Team Server](/developerportal/general/team-server/), and the webhook responds to the event **Teamserver push (Git)**, request content is sent to the configured endpoint. The request content contains a payload with the following format:

content/en/docs/deployment/mendix-cloud-deploy/pipelines.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,10 @@ Pipeline failure notifications only send if the user who triggered the pipeline
321321

322322
Pipelines time out if they run for more than three hours. In other words, if the operations in your pipeline cumulatively take longer than three hours to complete, then the pipeline will fail.
323323

324-
To trigger pipelines based on [Teamserver push (Git)](/developerportal/deploy/webhooks/#teamserver-push-git), Mendix automatically creates a webhook on your behalf. This webhook is not visible for newly created apps. For existing apps, you can view this webhook by clicking **Webhooks** in the [navigation pane](/developerportal/#navigation-pane). Do not delete this webhook; deleting it would cause pipeline run failures for pipelines that rely on the Teamserver push (Git) trigger type.
324+
Mendix automatically creates a webhook on your behalf to trigger pipelines based on [Teamserver push (Git)](/developerportal/deploy/webhooks/#teamserver-push-git):
325+
326+
* This webhook is not visible to first-time pipeline users.
327+
* For existing pipeline users, you can view this webhook by clicking **Webhooks** in the [navigation pane](/developerportal/#navigation-pane). Do not delete this webhook. Deleting it causes failures for pipelines that rely on the Teamserver push (Git) trigger.
325328

326329
### Known Issues and Limitations
327330

0 commit comments

Comments
 (0)