bluesliverx / disable-github-multibranch-status-plugin

Jenkins plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alternative Way Of Disabling?

jgoodhouse-nr opened this issue · comments

Thanks for the plugin! I'm curious if there is an alternative way of disabling status notifications, e.g., from within a Jenkinsfile instead? I'm struggling to find how this could be done.

Unfortunately, there isn't a way to do this from a Jenkinsfile. The problem is that by the time the Jenkinsfile executes, the status notification has already been sent to GitHub. It needs to be disabled in the job configuration itself. I use this plugin to disable all notifications, and then use custom code to call github as needed (I think the github plugin can do this as well) with my own status notifications.