-
Bug
-
Resolution: Fixed
-
Critical
-
Jenkins 2.32.5, plugin version 1.0.3 Ubuntu 20 GitLab plugin
Relevant bit of my Jenkins file:
stage('Checkout') { steps { cleanWs() checkout scm scmSkip(deleteBuild: true, skipPattern:'.*skip-ci.*') } }
console output show message "SCM Skip - build skipped" but the build never stops. This results in a never ending cycle of builds
Note: I am using multibranch pipelines.
- is duplicated by
-
JENKINS-57265 SCM Skip doesn't abort my docker builds until much later
- Resolved
- is related to
-
JENKINS-66843 If a pipeline skip is setup to delete skiped builds all future builds are skipped
- Resolved
-
JENKINS-63918 Merge commits are skipped if any of the merged commits contain the skip pattern
- Closed