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

Pipelines doesn't trigger if release branch is created from JIRA

    XMLWordPrintable

Details

    Description

      Hi all,

      When I create a release branch from the bitbucket.org branches page, the release pipeline is triggered.


      But when I create a release branch from JIRA, it won’t trigger the release pipeline.

      https://bitbucket.org/branch/create?issueKey=WCWT-3&issueType=Epic&issueSummary=Theme+Modification+fixes+on+CI%2FCD+Walkthrough

      My partial pipeline configuration

      pipelines:
        branches:
          develop:
            - step: *buildimage
            - step: *deploytest
      
          master:
            - step: *buildimage
            - step: *katalontests
            - step: *deployproduction
      
          release/*:
            - step: *buildimage
            - step: *deploystaging
      
          hotfix/*:
            - step: *buildimage
            - step: *deploystaging
      
        pull-requests:
         release/*:
           - step: *katalontests
      
         hotfix/*:
           - step: *katalontests
      

      Attachments

        1. 2322008911-image.png
          2322008911-image.png
          32 kB
        2. 916934116-image.png
          916934116-image.png
          54 kB

        Activity

          People

            Unassigned Unassigned
            721717bfd1b1 rodolforicojr
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: