jenkinsci / jenkinsci/subversion-plugin
[JENKINS-8679] A changeset that does not trigger a build because of exclusion should not count as a culprit
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
Subversion allows certain changesets to be excluded from build triggering because of exclusions on path or user. However, later these same changesets enter into the computation for calculating the culprits. This causes emails to be sent to committers erroneously.
The exclusions should be considered when computing the culprits.
---
Originally reported by
pgweiss, imported from: A changeset that does not trigger a build because of exclusion should not count as a culprit
Raw content of original issue
Subversion allows certain changesets to be excluded from build triggering because of exclusions on path or user. However, later these same changesets enter into the computation for calculating the culprits. This causes emails to be sent to committers erroneously.
The exclusions should be considered when computing the culprits.
Contributor guide
Assessment
This issue has not been assessed yet.