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

Details

    • 2.0.0

    Description

      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.

       

      Attachments

        Activity

          There are no comments yet on this issue.

          People

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

            Dates

              Created:
              Updated:
              Resolved: