-
Story
-
Resolution: Done
-
Normal
-
None
-
3
-
False
-
False
-
-
Pipelines Sprint 227, Pipelines Sprint 228, Pipelines Sprint 229, Pipelines Sprint 230
As a web developer I have my frontend application which I develop along with my colleagues on the same repository with my backend friends.
I would like to be able to add a Pipeline that only get triggered when I modify my backend files.
Notes:
- We currently matching a pipeline (from .tekton) to an event (pull/push) and tags
- We should be able to match a files via regexp on pull or push events.
- ie this annotation pipelinesascode.tekton.dev/on-target-branch: "frontend/*"
- This should be just one paginated API call for listing PR files.
- This should be possible to do across all webVCS