Is Codepipeline V2 supported ? #5579
-
I'd like to configure a pipeline that triggers when I add a new tag to my GitHub repository. This is useful for versioned releases as any push/merge is deployed immediately to QA while production can be triggered only when we add a new tag |
Beta Was this translation helpful? Give feedback.
Answered by
KollaAdithya
Jan 3, 2024
Replies: 1 comment 2 replies
-
Hello @VaZark ! Copilot by default creates a code pipeline V1. But you can use
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
VaZark
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @VaZark !
Copilot by default creates a code pipeline V1. But you can use
yamlPatches
to update the current pipeline to V2.copilot pipeline override --tool yamlpatch
and add the below patch to update the pipelinecopilot pipeline update
to change pipelineType to V2.