tcplugins / tcWebHooks

WebHooks plugin for Teamcity. Supports many build states and payload formats.
https://netwolfuk.wordpress.com/category/teamcity/tcplugins/tcwebhooks/
155 stars 30 forks source link

Add template for a gitea commit status event #191

Closed jan0sch closed 2 years ago

jan0sch commented 2 years ago

It would be great to have template(s) to publish commit status events to gitea.

The API is documented here: https://try.gitea.io/api/swagger#/repository/repoCreateStatus

netwolfuk commented 2 years ago

Hi @jan0sch. Have you created templates yourself? https://github.com/tcplugins/tcWebHooks/wiki/WebHook-Templates-%3A-Web-UI

If so, you're welcome to create a pull request to share your template at https://github.com/tcplugins/tcWebHooksTemplates

jan0sch commented 2 years ago

Oh cool, thanks for the info. I will take a look at it.

netwolfuk commented 2 years ago

I just read through the readme for the templates project.

Importing and exporting are much easier than when i wrote those docs. You can now import and export from the action menu on the top right corner of the templates pages.

I'll try to get a chance to update the readme on the weekend.