SCM Skip Plugin does not abort pipeline

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Critical
    • Environment:
      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.

            Assignee:
            Simplify3x
            Reporter:
            Gabriella
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: