I'm not sure if this issue is with BitBucket or with AWS, but if I tag a build (git tag) and push that to BitBucket then a webhook is triggered to AWS CodeBuild. But the issue is that I'm calling git tag from the build running in CodeBuild, so it will re-trigger from itself over and over again.

            [BCLOUD-18115] Webhook to AWS CodeBuild is triggered on git tags

            It was solved by AWS, they implemented a branch filter which solved it.

            Hakan Lindestaf added a comment - It was solved by AWS, they implemented a branch filter which solved it.

            Hi hakan1179224682 if you tag with a commit messages (git tag -m) and include [skip ci] in the message, that might work to prevent your loop?

            https://confluence.atlassian.com/bitbucket/bitbucket-pipelines-faq-827104769.html

            Aaron Roydhouse added a comment - Hi hakan1179224682 if you tag with a commit messages ( git tag -m ) and include [skip ci] in the message, that might work to prevent your loop? https://confluence.atlassian.com/bitbucket/bitbucket-pipelines-faq-827104769.html

              Unassigned Unassigned
              99e9babcdfff Hakan Lindestaf
              Affected customers:
              0 This affects my team
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: