Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-16416

Display custom pipeline information on Pipelines page

    XMLWordPrintable

Details

    Description

      It appears there was a change to how we display custom builds on the deployment log. To reproduce:

      #!python
      
      pipelines:
        custom: # Pipelines that can only be triggered manually
          sonar:
            - step:
                script:
                  - echo "Manual triggers for Sonar are awesome!"
          deployment-to-prod:
            - step:
                script:
                  - echo "Manual triggers for deployments are awesome!"
        branches:  # Pipelines that run automatically on a commit to a branch can also be triggered manually
          staging:
            - step:
                script:
                  - echo "Automated pipelines are cool too."
      

      You can select the "custom" builds in the Pipelines view, however, you won't see this reflect under the log below. We only display the commit SHA and branch.

      Attachments

        Activity

          People

            Unassigned Unassigned
            jyowell Jesse Yowell (Inactive)
            Votes:
            5 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: