-
Bug
-
Resolution: Unresolved
-
Minor
-
Jenkins 2.249.2
Pipeline: Stage View Plugin 2.16
I geht an error in one step in my pipeline. But the view stay green.
In console log (last step in the pipeline) I see FAILURE.
[Pipeline] echo Fehler Fitnesse failed [Pipeline] mail [Pipeline] } [Pipeline] // withMaven [Pipeline] deleteDir [Pipeline] dir Running in /home/jenkins/jenkins-as-slave/m2.repository/brm-parent_master [Pipeline] { [Pipeline] deleteDir [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // throttle [Pipeline] End of Pipeline [Checks API] No suitable checks publisher found. Finished: FAILURE
But the Stage View say: SUCCESS.
I am getting the same thing. I think it is the Checks API plugin. It is super annoying. Many of my builds now show failure status even though they are green.
I have updated all plugins, and installed the Github Checks API plugin, but that has not fixed it.
I am now getting this message:
```
[GitHub Checks] Causes for no suitable publisher found:
[GitHub Checks] Trying to resolve checks parameters from GitHub SCM...
[GitHub Checks] No GitHub app credentials found: 'github'
[GitHub Checks] See:
https://github.com/jenkinsci/github-branch-source-plugin/blob/master/docs/github-app.adoc
[GitHub Checks] Trying to resolve checks parameters from Git SCM...
[GitHub Checks] No GitHub app credentials found: 'github'
[GitHub Checks] See:
https://github.com/jenkinsci/github-branch-source-plugin/blob/master/docs/github-app.adoc
[Checks API] No suitable checks publisher found.
GitHub has been notified of this commit’s build result
```
I took a look at the link, but honestly, I am still getting notified in Github of the build status, and this always worked before, so I really don't want to install some Github APP or whatever....I just want this to stop failing my builds.