Skip to content

Commit 8c117df

Browse files
feat: adding disclaimer pending the removal from legacy apps
1 parent da7cf9c commit 8c117df

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,12 @@ Make sure to use the correct key names when using this payload information to ca
161161

162162
## Teamserver Push (Git)
163163

164+
{{% 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.
168+
{{% /alert %}}
169+
164170
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:
165171

166172
```json

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ 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.
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.
325325

326326
### Known Issues and Limitations
327327

0 commit comments

Comments
 (0)