-
New Feature
-
Resolution: Unresolved
-
Minor
Sometimes you don't want to have CI build every time you push, especially if the build takes a long time or uses many executors.
It would be nice if it was possible to define criteria to skip building commits, for example, if the commit message contains the string "skip ci" or matches a user-definable regex.
Temporarily removing or renaming the Jenkinsfile is, of course, a workaround, but not a particularly elegant one.
- is related to
-
JENKINS-45502 Add concept of "interesting" to SCMHead and SCMRevision
- Open