jenkinsci / jenkinsci/github-branch-source-plugin
[JENKINS-58939] Allow skipping pull requests by labels
- Dominant language
- Java
- Stars
- 217
- Forks
- 398
- Avg merge
- 30m
- Merged PRs (30d)
- 1
Description
See INFRA-1633 for a real use-case on ci.jenkins.io. Some pull requests are stale OR contain no content to rebuild, and it does not make sense to run CI against them and to consume resources each time builds are retriggered.
I suggest adding a new trait which allows skipping pull requests if they are labeled by "skip-ci" or such labels
---
Originally reported by
oleg_nenashev, imported from: Allow skipping pull requests by labels
oleg_nenashev
Raw content of original issue
See INFRA-1633 for a real use-case on ci.jenkins.io. Some pull requests are stale OR contain no content to rebuild, and it does not make sense to run CI against them and to consume resources each time builds are retriggered.
I suggest adding a new trait which allows skipping pull requests if they are labeled by "skip-ci" or such labels
Contributor guide
Assessment
This issue has not been assessed yet.