-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support tekton via cloud event (#67)
Why: - support trigger tekton as backend pipeline How: - add a field: pipelineEngine to select backend pipeline, when it is set to tekton, it will trigger tekton - accept cloud event message, it will record triggered pipelines, and calculate status according to these pipeline status Todo: - accept tekton message still need testing - only support branch right now, devbuild usually use PR --------- Signed-off-by: lijie <[email protected]>
- Loading branch information
lijie
authored
Feb 22, 2024
1 parent
0f5542f
commit 0f07b00
Showing
28 changed files
with
2,052 additions
and
90 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
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
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.