Search code examples
amazon-web-servicesjenkinsaws-codepipelineaws-codebuild

Is there any way by which we can track the fingerprints of Artifacts in AWS CodeBuild / CodePipeline?


Is there any way by which we can track build artifacts fingerprints in AWS CodeBuild / CodePipeline, something similar to that we have in Jenkins.

https://wiki.jenkins.io/display/JENKINS/Fingerprint


Solution

  • CodePipeline can list the artifacts used by a given pipeline execution:

    https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_ListActionExecutions.html