-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Gitea Plugin 1.2.1 (current version)
When the build result is "unstable", the Gitea plugin is sending a status of "failure" back to Gitea. It also sends the hard-coded and misleading description "This commit has test failures".
The expected status in this case is "warning" and the description should be something along the lines of "This commit is unstable".
This section of code appears to have been copied from the Bitbucket plugin, which also has a similar issue, JENKINS-46250.