question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[aws-codebuild] Add support for COMMIT_MESSAGE on FilterGroup

See original GitHub issue

Codebuild FilterGroup (https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-codebuild.FilterGroup.html) contains methods to filter on all attributes except COMMIT_MESSAGE.

Use Case

Would like to set a COMMIT_MESSAGE filter on builds - need to do this manually at the moment.

Proposed Solution

Propose adding an andCommitMessageIs method to FilterGroup.

Current workaround is to set this manually in console.


This is a 🚀 Feature Request

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jorge-barretocommented, Oct 21, 2020

the logic is written only once and then distributed using JSII.

Thanks for giving me the skinny on that; cool tech!

0reactions
github-actions[bot]commented, Oct 23, 2020

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.

Read more comments on GitHub >

github_iconTop Results From Across the Web

GitHub webhook events - AWS CodeBuild
A webhook triggers a build when the head commit message matches the regular expression ... Choose Add filter group to add another filter...
Read more >
create-webhook — AWS CLI 2.9.7 Command Reference
If you enable webhooks for an CodeBuild project, and the project is used as a build ... A webhook triggers a build when...
Read more >
Configure commit message filter in AWS CodePipeline
You can do this by editing the CloudWatch Event for the pipeline. Using a Lambda function, you can look for a specific type...
Read more >
AWS CodeBuild: First Contact with Monorepo - codecentric Blog
Those include GitHub webhooks, AWS CodeCommit, S3 buckets, and AWS ECR (the ... AWS CodeBuild projects support GitHub webhooks for private repositories in ......
Read more >
CDK CodeBuild Pipeline - possible to skip a phase on last ...
For example, if the commit message includes ... However, there is an existing feature request for AWS CodePipeline to support skipping a stage...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found