-
New Feature
-
Resolution: Duplicate
-
Major
-
None
The plugin description says:
After SCM checkout SCM Skip plugin matches last commit message with regular expression.
If I have 10 commits and only the last one happens to have `[ci skip]` in it, I'd still expect the build to run since 9 other commits need to be built. The build should only be skipped if all commits contain `[ci skip]`.