Skip to content

Is Codepipeline V2 supported ? #5579

Answered by KollaAdithya
VaZark asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @VaZark !

Copilot by default creates a code pipeline V1. But you can use yamlPatches to update the current pipeline to V2.

  1. Run copilot pipeline override --tool yamlpatch and add the below patch to update the pipeline
- op: add
  path: /Resources/Pipeline/Properties/PipelineType
  value: V2
  1. Run copilot pipeline update to change pipelineType to V2.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@tyoc213
Comment options

@KollaAdithya
Comment options

Answer selected by VaZark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants