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
Hi every, I recently added "Gitea Checks" plugin to my Jenkins instance, leading to junit(...) build steps now automatically sending a status check to the built SCM commit. When all tests succeed, there is a hard-coded status check description, pointing to the issues page of this repository. Is there any way to change this in the current codebase?
.withSummary("<sub>Send us [feedback](https://github.com/jenkinsci/junit-plugin/issues)")
.withText(extractChecksText(testsURL))
.build();
Upstream changes
No response
Are you interested in contributing this feature?
I'll try my best to provide such PR, depending on your decision how to implement. Would you accept a PR, changing it to "No tests failed" or making it configurable?
The text was updated successfully, but these errors were encountered:
I just noticed that the description also appears when tests fail. Not sure if it's specific to using "Gitea checks". Will investigate this together with this change here.
What feature do you want to see added?
Hi every, I recently added "Gitea Checks" plugin to my Jenkins instance, leading to
junit(...)
build steps now automatically sending a status check to the built SCM commit. When all tests succeed, there is a hard-coded status check description, pointing to the issues page of this repository. Is there any way to change this in the current codebase?junit-plugin/src/main/java/io/jenkins/plugins/junit/checks/JUnitChecksPublisher.java
Lines 47 to 51 in 233585b
Upstream changes
No response
Are you interested in contributing this feature?
I'll try my best to provide such PR, depending on your decision how to implement. Would you accept a PR, changing it to "No tests failed" or making it configurable?
The text was updated successfully, but these errors were encountered: