This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
[Pipeline in Pipeline] pipeline in pipeline controller does not work with Tekton git reolver #980
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
Feature request
I have following pipeline which is leveraging both git resolver and PIP controller.
While it failed to start with error shown in the PIP controller:
{"level":"info","ts":1730933352.720542,"logger":"pip-controller.event-broadcaster","caller":"record/event.go:285","msg":"Event(v1.ObjectReference{Kind:\"CustomRun\", Namespace:\"yamaio-cd-dev\", Name:\"yamaio-test-child-pipeline-48e0f\", UID:\"b69d52f8-455e-4f22-aa1d-db62e51c1540\", APIVersion:\"tekton.dev/v1beta1\", ResourceVersion:\"4631819032\", FieldPath:\"\"}): type: 'Warning' reason: 'InternalError' 1 error occurred:\n\t* run yamaio-cd-dev/yamaio-test-child-pipeline-48e0f is invalid because of missing field(s): name\n\n"}
Use case
we've been using pipeline in pipeline feature a lot. Recently we are trying to migrate all of our pipelines/tasks to the github and leverage
git resolver
to fetch these pipelines/tasks, it will be really helpful that PIP created CustomRun can recognize thegit resolver
field.The text was updated successfully, but these errors were encountered: