1 Answer
- Newest
- Most votes
- Most comments
0
Yes, you need to configure Source Artifact for each action in build stage that points to an output artifact of the corresponding action in Source stage.
You can have multiple Input and Ouptut artifacts in CodePipeline.
For example, for "develop":
- Edit action in "Source" stage that pull from branch develop
- Under "Output artifacts", provide a unique name,for example "SourceArtifactBranchDevelop".
- In the Build stage, edit the action that needs to get its input from branch develop
- Under "Input artifacts", select "SourceArtifactBranchDevelop"
Once applied, the build action will get the changes from the branch develop.
Relevant content
- asked 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 4 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 4 years ago