Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-61411

No build status information is sent to bitbucket when using pipeline job with script

XMLWordPrintable

    • 2.0.0

      When running a pipeline job using "pipeline script" instead of "pipeline script from SCM" with a script using the step bbs_checkout no build status information is sent to bitbucket.

       

      pipeline{
          agent any
          
          stages{
              stage('scm'){
                  steps{
                      bbs_checkout ...
                  }
              }
          }
      }
      

      This limits me in my flexibility to use plugins such as https://plugins.jenkins.io/pipeline-multibranch-defaults/ or implementing a pipeline definition in a shared library.

       

            dkjellin Daniel Kjellin
            sdrzazga Stefan Drzazga
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: