jenkinsci / github-autostatus-plugin

Jenkins plugin to provide automatic status for multibranch jobs
https://plugins.jenkins.io/github-autostatus/
MIT License
52 stars 34 forks source link

How can I disable the status update for specific projects ? #111

Open llange opened 3 years ago

llange commented 3 years ago

Hello,

I have some specific (multibranch) projects, using declarative pipeline Jenkinsfile, for which I'd like to skip the status update.

Rationale: I'm building some GitHub projects for which the Jenkins/Gihub user has no write rights, and I'd prefer NOT to have the error message:

or the next message

Any way to override the global configuration in a declarative (or scripted) pipeline, and to disable this on a per-project basis ?

Thanks !

floriangosse commented 1 year ago

I'm also curious about this feature. This would allow us to be more specific on a per-project bases. In some repositories we have many stages but it's not necessary to see the status of each individual one on GitHub. Right now it just clutters the checks view on GitHub.