aws-cdk-build-badge
Project description
aws-cdk-build-badge
This an AWS CDK custom construct for get the status of a CodeBuild Project with has CodePipeline as source. That is currently not possible:
How the native badges are working you find in the AWS docs:
After you created the build badge construct you can use the api gateway url to get the badge picture. Additionally you can retrieve the url to to the CodeBuild build with adding ?url=true to the query parameter. See the example.
URL to Build
If you want your badge forwarding you to your build when you click on it use the url=true parameter:
Build succeeded: [![CodeBuild test build](https://fktijpwdng.execute-api.eu-central-1.amazonaws.com/prod/?projectName=PipelineCustomStageprodTest-Fdei5bm2ulR6)](https://fktijpwdng.execute-api.eu-central-1.amazonaws.com/prod/?projectName=PipelineCustomStageprodTest-Fdei5bm2ulR6&url=true)
Default project name
You can use the defaultProjectName in the cdk construct to point the badge to a specific project. That way you don't need to write the projectName parameter in thr url.
new BuildBadge(stack, 'BuildBadge2', { defaultProjectName: 'Build123' });
Example
There are more badges (see ./badges/) but I don't have build in that state atm.
# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
app = cdk.App()
stack = cdk.Stack(app, "my-build-badge-demo-stack")
# without exposing the account id in the url when using ?url=true
BuildBadge(stack, "BuildBadge")
# with exposing the account id in the url when using ?url=true
BuildBadge(stack, "BuildBadge2", hide_account_iD="no")
# partly exposing the account id in the url when using ?url=true
BuildBadge(stack, "BuildBadge3", hide_account_iD="XX123356")
Thanks To
- The CDK Community cdk-dev.slack.com
- Projen project and the community around it
- https://github.com/btorun/aws-codebuild-badges
- ...
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file aws-cdk-build-badge-1.97.21.tar.gz
.
File metadata
- Download URL: aws-cdk-build-badge-1.97.21.tar.gz
- Upload date:
- Size: 13.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.3.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d59bbc84baec942f322f2a36d87e458e225d91d132d2707bdd47e9e9bbaf8982 |
|
MD5 | 2ba2fccfa4a4e5906f58727718016622 |
|
BLAKE2b-256 | 1b5e3b90ac250fc559b8a43b058bfb5a1bc87318db1d425f725ac8e7220d3d60 |
File details
Details for the file aws_cdk_build_badge-1.97.21-py3-none-any.whl
.
File metadata
- Download URL: aws_cdk_build_badge-1.97.21-py3-none-any.whl
- Upload date:
- Size: 13.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.3.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 294195b8e58bc5850be153fa26289db9a992678eb57e68bcc09038ce0055d53c |
|
MD5 | ed6b7c5ff688067ddbdf24a8cd91aa83 |
|
BLAKE2b-256 | f67ce9bd5de21c15fa5a0852d206d3a59f9b47a411454f8a3bf9f812364385e9 |