[JENKINS-60470] Github Plugin sends build status for skipped scm builds resulting in build failed status
Issue Description:
When using ScmSkip plugin to skip a build when a certain message pattern is present like [skip ci], the github plugin will still post the status to github thus resulting in last build failed.
The issue is present when your build wants to increment a version number for instance and performs a new commit with [ci skip] and the new commit is picked up by github plugin which sends the build status
Originally reported by sashokbg, imported from: Github Plugin sends build status for skipped scm builds resulting in build failed status
- assignee:
lanwen
- status: Open
- priority: Major
- component(s): github-plugin, scmskip-plugin
- resolution: Unresolved
- votes: 2
- watchers: 2
- imported: 2025-12-08
Raw content of original issue
Issue Description:
When using ScmSkip plugin to skip a build when a certain message pattern is present like [skip ci], the github plugin will still post the status to github thus resulting in last build failed.
The issue is present when your build wants to increment a version number for instance and performs a new commit with [ci skip] and the new commit is picked up by github plugin which sends the build status
environment
Ubuntu 18<br/>
Jenkins 2.200<br/>
Github Plugin<br/>
ScmSkip Plugin<br/>