From ca113b9daf1b726e38d33166292215955e1f25fb Mon Sep 17 00:00:00 2001 From: Anderson Nogueira Date: Wed, 8 Oct 2025 11:36:51 +0200 Subject: [PATCH] Add CopyArtifact permission for openshift-helm-tests job This change grants the openshift-helm-tests job permission to copy artifacts from openshift-cluster-create builds. This fixes the "Unable to find project for artifact copy" error that occurs when openshift-helm-tests attempts to copy the kubeconfig file from the cluster creation job. The copyartifact permission is required by Jenkins' Copy Artifact plugin security model to allow cross-job artifact access. Fixes: Copy Artifacts stage failure in openshift-helm-tests --- pmm/openshift/openshift-cluster-create.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pmm/openshift/openshift-cluster-create.yml b/pmm/openshift/openshift-cluster-create.yml index 5ce182e6bd..2f3f31ee6c 100644 --- a/pmm/openshift/openshift-cluster-create.yml +++ b/pmm/openshift/openshift-cluster-create.yml @@ -208,3 +208,5 @@ - build-discarder: days-to-keep: 30 num-to-keep: 100 + - copyartifact: + projects: openshift-helm-tests