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