forked from spinnaker/orca
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(codebuild): Add support for multiple sources (spinnaker#3452)
1. Refactor stage definition to put all source related fields into one single class. In this way secondary sources will be a list of sources defined as this class. 2. Refactor request input parsing logic. Put common parts that could be reused by secondary sources into their own methods. 3. Add request input parsing logic for secondary sources. Since source identifier is not part of the stage definition, we will generate identifiers based on the index in secondary sources list.
- Loading branch information
1 parent
794cf94
commit 0ad20ae
Showing
3 changed files
with
269 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.