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
Usually it is not necessary to create the webhook mappings manually. The service should create a placeholder with the correct repourl when it gets first event from the repo. After that you just need to set the project, package and other parameters.
The repourl is a bit problematic also in other ways. Same repository can be referenced with different kind of URLs, the backends possibly need to access the repo with specific transport, etc. To solve this the plan is (possibly) to switch to identifying the repositories with vcs service and repository path/name, instead of full URL. And then dynamically constructing the URL from those where needed.
Add web hook mapping.
Fill "Repourl" as copy from browser(wtihout .git at the end), eg, from github.
Other fields does not matter.
Incoming webhook will be with .git at the end, so new created webhook would not be triggered.
Solution:
store repourl with .git at the end, add .git if doesn't ends with it.
The text was updated successfully, but these errors were encountered: