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

Running Pipes from a template

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      Currently, if you want to run a Pipe in Bitbucket Pipelines, you need to define each of its parameters and what Pipe you are going to run every time you want that Pipe to run, like this for example:

      - pipe: atlassian/opsgenie-send-alert:0.5.3
        variables:
          GENIE_KEY: '<string>'
          MESSAGE: '<string>'
      

      This feature request is to add a template-like section in Pipelines where users can define a list of Pipes and parameters they want to run without having to specify every parameter individually on the build section. The build section would look much cleaner, with users being able to call Pipes like this for example:

       - &myPipeList
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            lmontiel@atlassian.com Leonardo M
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: