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) } } }