Skip to content

Commit a55551d

Browse files
committed
PMM-14115 update job call
1 parent ba065ef commit a55551d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ library changelog: false, identifier: 'lib@master', retriever: modernSCM([
44
]) _
55

66
def runOpenshiftClusterCreate(String OPENSHIFT_VERSION) {
7+
def clusterName = "helm-test-${env.BUILD_NUMBER}"
8+
79
clusterCreateJob = build job: 'openshift-cluster-create', parameters: [
8-
string(name: 'CLUSTER_NAME', value: 'helm-test'),
10+
string(name: 'CLUSTER_NAME', value: clusterName),
911
string(name: 'OPENSHIFT_VERSION', value: OPENSHIFT_VERSION),
1012
booleanParam(name: 'DEPLOY_PMM', value: false),
1113
string(name: 'TEAM_NAME', value: 'pmm'),

0 commit comments

Comments
 (0)