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

add pipeline syntax for running build on pull request.

    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 pipelines are run on branches, which is great however.
      It would be nice to have a feature where on a non-conflicting change the merged output could be tested and verified, something like:
      Use-case:
      I have a branch and someone merges into master -> I want to know the state of what the result of my merge would be. So would the project maintainer.

      pipelines:
        pull-request:
          'master':   
           - step:
               script:
               - tox -e unittest
      
      

      then on opening or update of a pull request the pipeline would be triggered if the target branch matches the master.

      Attachments

        Activity

          People

            Unassigned Unassigned
            42ac8ba557b1 Guyverthree
            Votes:
            3 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: