You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 14, 2023. It is now read-only.
Configure your Jenkins Job like this so that it gets triggered by the Webhook events.
75
68
76
-
And that triggers this exact id for the exact branch/tag that has been sent by the Webhook as JSON payload.
69
+
First of all the **naming conventions** is `{repositoryOwner}---{repositoryName}.*`.
70
+
That means if your repository is `https://github.com/codeclou/test-webhook.git` then your job must be called
71
+
`codeclou---test-webhook`. You can have multiple jobs if you want for example a job that handles releases, just call it `codeclou---test-webhook-release`.
0 commit comments