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

XMLWordPrintable

    • 5
    • 1,809

      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.

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

              Assignee:
              Unassigned
              Reporter:
              Serge Nazin
              Votes:
              37 Vote for this issue
              Watchers:
              24 Start watching this issue

                Created:
                Updated: