Is it possible to customize Build History details in codebuild project. I would like to append some extra info (through buildspec.yml maybe)
1 Answer
The highlighted portion is build id which is a combination of project name and build identifier. Unfortunately there is no way to modify this information through any API call.
2 Comments
Pujan
Can we modify Source Version
shariqmaws
Source version is auto resolved, it will be s3 object version for s3 source or commit id for a CodeCommit/Github source.
