Skip to content

Commit 5791b98

Browse files
committed
Remove copyArtifacts function from helm tests for openshift-cluster-create
1 parent d82c6d5 commit 5791b98

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pmm/v3/pmm3-openshift-helm-tests.groovy

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@ def runOpenshiftClusterCreate(String OPENSHIFT_VERSION) {
1616
env.VM_NAME = clusterCreateJob.buildVariables.VM_NAME
1717
env.WORK_DIR = clusterCreateJob.buildVariables.WORK_DIR
1818
env.FINAL_CLUSTER_NAME = clusterCreateJob.buildVariables.FINAL_CLUSTER_NAME
19-
20-
// Copy artifacts from the cluster creation job
21-
copyArtifacts(
22-
projectName: 'openshift-cluster-create',
23-
selector: specific("${clusterCreateJob.number}"),
24-
filter: "${env.WORK_DIR}/${env.FINAL_CLUSTER_NAME}/auth/kubeconfig",
25-
fingerprintArtifacts: true,
26-
target: 'cluster-artifacts'
27-
)
2819
}
2920

3021

0 commit comments

Comments
 (0)