0

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

Srujal Kachhela
  • 209
  • 1
  • 4
  • 15

1 Answers1

0

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

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

Aaron
  • 1,575
  • 10
  • 18