• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical 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.

          [JENKINS-67436] SCM Skip Plugin does not abort pipeline

          Gabriella created issue -
          Gabriella made changes -
          Component/s New: scmskip-plugin [ 25120 ]
          Component/s Original: simplify-qa-connector-plugin [ 28523 ]
          Gabriella made changes -
          Description Original: Relevant bit of my Jenkins file:
          {code:java}
           stage('Checkout') {
          steps {
          cleanWs()
          checkout scm
          scmSkip(deleteBuild: true, skipPattern:'.*skip-ci.*')
          }
          }
          {code}

          console output show message "SCM Skip - build skipped" but the build never stops.
          New: Relevant bit of my Jenkins file:
          {code:java}
           stage('Checkout') {
          steps {
          cleanWs()
          checkout scm
          scmSkip(deleteBuild: true, skipPattern:'.*skip-ci.*')
          }
          }
          {code}

          console output show message "SCM Skip - build skipped" but the build never stops. This results in a never ending cycle of builds

          Gabriella added a comment - - edited

          I am thinking this is perhaps a problem with the gitlab plugin as the scmSkip plugin has not been updated in a while, but the Gitlab plugin has

          Gabriella added a comment - - edited I am thinking this is perhaps a problem with the gitlab plugin as the scmSkip plugin has not been updated in a while, but the Gitlab plugin has
          Gabriella made changes -
          Environment Original: Jenkins 2.32.5, plugin version 1.0.3 Ubuntu 20 New: Jenkins 2.32.5, plugin version 1.0.3 Ubuntu 20 GitLab plugin
          Gabriella made changes -
          Labels Original: jenkins-plugin New: plugin
          Gabriella made changes -
          Component/s New: gitlab-plugin [ 19326 ]
          Gabriella made changes -
          Link New: This issue is related to JENKINS-66843 [ JENKINS-66843 ]
          Gabriella made changes -
          Link New: This issue is related to JENKINS-63918 [ JENKINS-63918 ]
          Gabriella made changes -
          Description Original: Relevant bit of my Jenkins file:
          {code:java}
           stage('Checkout') {
          steps {
          cleanWs()
          checkout scm
          scmSkip(deleteBuild: true, skipPattern:'.*skip-ci.*')
          }
          }
          {code}

          console output show message "SCM Skip - build skipped" but the build never stops. This results in a never ending cycle of builds
          New: Relevant bit of my Jenkins file:
          {code:java}
           stage('Checkout') {
          steps {
          cleanWs()
          checkout scm
          scmSkip(deleteBuild: true, skipPattern:'.*skip-ci.*')
          }
          }
          {code}

          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.

            simplifyadmin Simplify3x
            gturek Gabriella
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: