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

Manually running pipeline freezes when multiple branches are used for same pipeline

    XMLWordPrintable

Details

    Description

      I can't seem start pipelines from a feature branch.
      I started the pipeline by going to the branches view and choosing run pipeline for a branch. Whenever I try to run pipelines this way, the build doesn't start. It hangs on this screen:

      I'm on the bitbucket_pipelines branch. My bitbucket-pipelines.yml looks like this:

      #!yml
      
      pipelines:
        branches:
          '{master, develop, bitbucket_pipelines}':
            - step:
                name: Build
                caches:
                  - bundler
                script: 
                  - ruby script/setup_pipeline_configs.rb
                  - bundle install
                  - bundle exec rspec
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            76fc791e75c7 conors_nli
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: