We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d82c6d5 commit 5791b98Copy full SHA for 5791b98
pmm/v3/pmm3-openshift-helm-tests.groovy
@@ -16,15 +16,6 @@ def runOpenshiftClusterCreate(String OPENSHIFT_VERSION) {
16
env.VM_NAME = clusterCreateJob.buildVariables.VM_NAME
17
env.WORK_DIR = clusterCreateJob.buildVariables.WORK_DIR
18
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
- )
28
}
29
30
0 commit comments