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

XMLWordPrintable

    • 5
    • 1,796

      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
          18 kB
          Serge Nazin
        2. 831595848-image.png
          28 kB
          Serge Nazin

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

              Created:
              Updated: