From f2fd68056d805226982bd3d381f5485ea96c3aec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Wed, 22 May 2019 11:28:42 +0200 Subject: [PATCH] WiP --- testcase-01/Jenkinsfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/testcase-01/Jenkinsfile b/testcase-01/Jenkinsfile index 791151d..ab4ab7f 100644 --- a/testcase-01/Jenkinsfile +++ b/testcase-01/Jenkinsfile @@ -40,12 +40,12 @@ node() { stage("Create an Application Plan") { openshift.withCluster() { openshift.withProject(params.NAMESPACE) { - applyApplicationPlan(openshift: openshift, - destination: params.TARGET_INSTANCE, - serviceSystemName: targetSystemName, - planSystemName: "test_plan", - planDisplayName: "Test Plan", - toolboxConfig: toolboxConfig) + toolbox.applyApplicationPlan(openshift: openshift, + destination: params.TARGET_INSTANCE, + serviceSystemName: targetSystemName, + planSystemName: "test_plan", + planDisplayName: "Test Plan", + toolboxConfig: toolboxConfig) } } }