-1

want to create codebuild project, but i neeed build source to be codepipeline, not a specific codecommit branch, so that i want to force codebuild to get the source from the codepipeline source stage in order to use one codebuild project for multiple pipelines.

enter image description here

2
  • 2
    I’m voting to close this question because this has nothing to do with Unix or Linux. Commented Jan 22, 2023 at 10:28
  • 3
    I’m voting to close this question because it's not related to unix and linux Commented Jan 31 at 10:37

2 Answers 2

0

Codepipeline obviously cannot be used as a source so you have to use other solution. My proposal is to store the code in S3 and use it as a source for pipelines.

You can store the code manually or trigger a notification SNS to start a workflow which copies the code automatically (when there are changes in the repository, for example).

0

you can not add codepileine as a source for your build project unless you have already created the codebuild project while pipeline creation.

if u have created the build project separately, you will not be able to use codepipeline as a source stage

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.