You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure the pipeline run succeeds. (kubectl get -n ci-test1 pipelineruns.tekton.dev)
Change metadata.name to metadata.generateName with value "run1-". Got the following error
error: error when retrieving current configuration of:
Resource: "tekton.dev/v1alpha1, Resource=pipelineruns", GroupVersionKind: "tekton.dev/v1alpha1, Kind=PipelineRun"
Name: "", Namespace: "ci-test1"
Object: &{map["apiVersion":"tekton.dev/v1alpha1""kind":"PipelineRun""metadata":map["annotations":map["kubectl.kubernetes.io/last-applied-configuration":""] "generateName":"run1-""namespace":"ci-test1"] "spec":map["pipelineRef":map["name":"demo-pipeline"] "resources":[map["name":"source-repo""resourceRef":map["name":"app-git-repo"]] map["name":"web-image""resourceRef":map["name":"guestbook-web-image"]] map["name":"app-image""resourceRef":map["name":"guestbook-app-image"]]] "serviceAccountName":"default"]]}
from server for: "ci/run/pipelinerun.yaml": resource name may not be empty
The text was updated successfully, but these errors were encountered:
Expected Behavior
a new random pipelinerun name is automatically created.
Actual Behavior
raises "resource name may not be empty"
Steps to Reproduce the Problem
The text was updated successfully, but these errors were encountered: