-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
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
- relates to
-
JENKINS-50323 PullRequestSCMHead and PullRequestSCMRevision external use
-
- Closed
-
This can be done in a separate plugin implementing a BranchBuildStrategy, I think. Perhaps better done in scm-trait-commit-skip-plugin.