Skip to content

Commit 1f859f4

Browse files
Merge pull request #9683 from mendix/olu-oncommit-webhook
Oncommit webhook info update
2 parents 1a2a79e + 456b51c commit 1f859f4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-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 to first-time pipeline users.
166+
167+
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.
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: 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), Mendix automatically creates a webhook on your behalf. You can see this webhook if you click **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)