AWS CodePipeline adding artifacts to S3 in less useful format than running steps individually

后端 未结 1 1533
悲哀的现实
悲哀的现实 2021-01-07 11:02

I\'ve set up a CodePipeline with the end goal of having a core service reside on S3 as a private maven repo for other pipelines to rely on. When the core service is updated

相关标签:
1条回答
  • Unfortunately CodePipeline does not support this use case.

    As a workaround you could upload the artifact to S3 by invoking AWS CLI (aws s3 cp ...) from your buildspec.yml post_build.

    0 讨论(0)
提交回复
热议问题