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

Bitbucket Pipelines ignores [skip ci] with trigger pull-requests

    XMLWordPrintable

Details

    Description

      Hello.

      When having pull requests trigger in the bitbucket pipeline and branch :

      #!yaml
      
      pipielines:
        pull-requests:
          '*' 
            - step:
              name: Should not build
              script:
                - echo "But it did"
        branches:
          '*'
            - step:
              name: Should not build
              script:
                - echo "But it did"
      

      and a commit with message : "[skip ci] Dear CI please ignore my commit" is not being ignored by pull-requests pipelines and starts a build.

      Attachments

        Activity

          People

            Unassigned Unassigned
            d7a16ced1693 Ivan Drinchev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: