-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tekton): support pipelinesascode annotation (#26033)
Co-authored-by: Rhys Arkins <[email protected]>
- Loading branch information
1 parent
540ad4f
commit 8c17027
Showing
6 changed files
with
180 additions
and
2 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
lib/modules/manager/tekton/__fixtures__/multi-doc-annotations.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
kind: PipelineRun | ||
metadata: | ||
annotations: | ||
pipelinesascode.tekton.dev/on-event: "[pull_request]" | ||
pipelinesascode.tekton.dev/task: "[git-clone,https://github.com/foo/bar/releases/download/v0.0.4/stakater-create-git-tag.yaml]" | ||
--- | ||
kind: PipelineRun | ||
metadata: | ||
annotations: | ||
pipelinesascode.tekton.dev/task: "[git-clone, | ||
https://raw.githubusercontent.com/foo/bar/v0.0.6/tasks/create-git-tag/create-git-tag.yaml]" | ||
--- | ||
kind: PipelineRun | ||
metadata: | ||
annotations: | ||
pipelinesascode.tekton.dev/task: "git-clone" | ||
pipelinesascode.tekton.dev/task-1: "https://github.com/foo/bar/raw/v0.0.8/tasks/create-git-tag/create-git-tag.yaml" | ||
--- | ||
kind: PipelineRun | ||
metadata: | ||
annotations: | ||
pipelinesascode.tekton.dev/task: "[git-clone, | ||
https://github.com/foo/bar/releases/download/v0.0.9/stakater-create-git-tag.yaml, | ||
https://github.com/foo/bar/raw/v0.0.7/tasks/create-git-tag/create-git-tag.yaml, | ||
https://raw.githubusercontent.com/foo/bar/v0.0.5/tasks/create-git-tag/create-git-tag.yaml]" |
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