Skip to content

v0.29.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 20 Jul 23:46
8c7f266
Codestar source output artifact type var @joe-niland (#97)

what

  • Allow specifying the output artifact format for the source stage of the Codestar pipeline
  • Small optimisation for checking when to create Codestar related resources
  • Assign Codestar policy to Codebuild service role if artifact format is 'full clone', as it is required for Codebuild to pull from the git repo

why

  • To allow flexibility
  • Previously the artifact format was hard-coded to 'CODE_ZIP'. Occasionally this fails with Bitbucket (due to some kind of internal error)

references

  • N/A