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

BITBUCKET_COMMIT returns short form instead full for `pipelines.pull-requests:`

    XMLWordPrintable

Details

    Description

      pipelines:
        pull-requests:
          '**':
      

      returns


      instead full form like within branch driven pipeline

      pipelines:
        default:
      

      Expected:

      Always return full form.

      Workaround

      Add the following command in your script, prior to using the BITBUCKET_COMMIT variable.

      - export BITBUCKET_COMMIT=$(git log -1 --format="%H" $BITBUCKET_COMMIT 2>/dev/null)
      - echo $BITBUCKET_COMMIT

      BITBUCKET_COMMIT will then return the full hash.

      Attachments

        1. 3176947538-image.png
          3176947538-image.png
          18 kB
        2. 831595848-image.png
          831595848-image.png
          28 kB

        Activity

          People

            Unassigned Unassigned
            bfe5b1ff789a Serge Nazin
            Votes:
            34 Vote for this issue
            Watchers:
            23 Start watching this issue

            Dates

              Created:
              Updated: