-
Bug
-
Resolution: Fixed
-
Minor
-
Jenkins 2.190.3
scmskip 1.0.3
We currently use a declarative pipeline with scm-skip like this:
stages{ stage ('Prepare'){ steps{ scmSkip(deleteBuild: false, skipPattern:'.*\\[ci skip\\].*') } } }
The Problem is that merge commits are often skipped, because one of the merged commits contains the skip pattern.
Merge commits should only be skipped if the message of the merge commit directly contains the skip pattern.
- is duplicated by
-
JENKINS-66843 If a pipeline skip is setup to delete skiped builds all future builds are skipped
- Resolved
- is related to
-
JENKINS-67436 SCM Skip Plugin does not abort pipeline
- Resolved
- links to