Nicolas Massé 7 years ago
parent
commit
f2fd68056d
  1. 12
      testcase-01/Jenkinsfile

12
testcase-01/Jenkinsfile

@ -40,12 +40,12 @@ node() {
stage("Create an Application Plan") { stage("Create an Application Plan") {
openshift.withCluster() { openshift.withCluster() {
openshift.withProject(params.NAMESPACE) { openshift.withProject(params.NAMESPACE) {
applyApplicationPlan(openshift: openshift, toolbox.applyApplicationPlan(openshift: openshift,
destination: params.TARGET_INSTANCE, destination: params.TARGET_INSTANCE,
serviceSystemName: targetSystemName, serviceSystemName: targetSystemName,
planSystemName: "test_plan", planSystemName: "test_plan",
planDisplayName: "Test Plan", planDisplayName: "Test Plan",
toolboxConfig: toolboxConfig) toolboxConfig: toolboxConfig)
} }
} }
} }

Loading…
Cancel
Save