Unable to create Tag push Webhook
I’m trying to configure a project webhook to watch when new tags are pushed to the repository, and then trigger a build on my Openshift Container Platform.
- I am able to create normal push events webhook that works very well with branchs. However, when i create a tag push event webook, the following error is returned:
Hook executed successfully but returned HTTP 400 {"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"Unknown X-Gitlab-Event Tag Push Hook","reason":"BadRequest","code":400}
It seems to not recognize the X-Gitlab-Event: Tag Push Hook.
My Gitlab Version: 15.2 Community Self-Managed