-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Major
-
Component/s: gitea-plugin
-
None
Hello,
Â
Currently when posting a comment on a PR in gitea results in the following messages in jenkins log:
Â
Nov 02, 2022 9:02:28 AMÂ INFOÂ org.jenkinsci.plugin.gitea.GiteaWebhookAction doPost
Received hook payload with unknown type: issue_comment from 10.22.130.186 ⇒ https://jenkins.example.com/gitea-webhook/post
Nov 02, 2022 9:02:29 AMÂ INFOÂ org.jenkinsci.plugin.gitea.GiteaWebhookAction doPost
Received hook payload with unknown type: issue_comment from 10.22.130.186 ⇒ https://jenkins.example.com/gitea-webhook/post
Â
twice for some reason.
Â
Is there going to be support for rebuilding by using a comment in the future?
Â
I also tried the Github PR Comment Build, but it does not seem to work with Gitea Plugin.
Â
Jenkins version 2.361.3
Gitea Plugin Version 1.4.4
Â
Â
Best