aws-deployment-framework icon indicating copy to clipboard operation
aws-deployment-framework copied to clipboard

Feature request: Support for CODEBUILD_CLONE_REF in Source of deployment map

Open nagmesh opened this issue 3 years ago • 2 comments

I would like to have CODEBUILD_CLONE_REF as an option on source output artifact format so that I can do some git specific actions in Codebuild

nagmesh avatar Sep 09 '21 15:09 nagmesh

Do you see this just as a property on the code commit source provider?

default_providers:
  source:
    provider: codecommit
    properties:
      output_artifact_format:  CODEBUILD_CLONE_REF | CODE_ZIP

Would that work you?

StewartW avatar Sep 14 '21 16:09 StewartW

@StewartW That would be awesome We use a lot of submodules and that would really help. Currently, I manually change the pipeline source but if ADF can do it. It would be great!

nagmesh avatar Sep 16 '21 20:09 nagmesh

Thank you for your patience. I am happy to inform you that this feature has been released as part of v3.2.0 just now. I'm hereby closing this issue. Please open a new issue if you are experiencing any issues related to this feature.

sbkok avatar Jan 24 '23 10:01 sbkok