Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Support for CODEBUILD_CLONE_REF in Source of deployment map #387

Closed
nagmesh opened this issue Sep 9, 2021 · 3 comments · Fixed by #389
Closed

Feature request: Support for CODEBUILD_CLONE_REF in Source of deployment map #387

nagmesh opened this issue Sep 9, 2021 · 3 comments · Fixed by #389
Labels
enhancement New feature or request
Milestone

Comments

@nagmesh
Copy link

nagmesh commented Sep 9, 2021

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

@StewartW
Copy link
Contributor

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?

@nagmesh
Copy link
Author

nagmesh commented Sep 16, 2021

@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!

@StewartW StewartW added the enhancement New feature or request label Sep 17, 2021
@StewartW StewartW linked a pull request Nov 26, 2021 that will close this issue
@StewartW StewartW added this to the v3.2.0 milestone Nov 26, 2021
@sbkok
Copy link
Collaborator

sbkok commented Jan 24, 2023

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 sbkok closed this as completed Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants