|
|
@ -17,7 +17,10 @@ node() { |
|
|
openapi: [filename: "testcase-01/swagger.yaml"], |
|
|
openapi: [filename: "testcase-01/swagger.yaml"], |
|
|
environment: [ baseSystemName: toolbox.generateRandomBaseSystemName(), |
|
|
environment: [ baseSystemName: toolbox.generateRandomBaseSystemName(), |
|
|
privateBaseUrl: params.PRIVATE_BASE_URL ], |
|
|
privateBaseUrl: params.PRIVATE_BASE_URL ], |
|
|
toolbox: [openshiftProject: params.NAMESPACE, destination: params.TARGET_INSTANCE, secretName: params.SECRET_NAME], |
|
|
toolbox: [ openshiftProject: params.NAMESPACE, |
|
|
|
|
|
destination: params.TARGET_INSTANCE, |
|
|
|
|
|
image: "quay.io/redhat/3scale-toolbox:master", // TODO: remove me once the final image is released |
|
|
|
|
|
secretName: params.SECRET_NAME], |
|
|
service: [:], |
|
|
service: [:], |
|
|
applications: [ |
|
|
applications: [ |
|
|
[ name: "my-test-app", description: "This is used for tests", plan: "test", account: params.DEVELOPER_ACCOUNT_ID ] |
|
|
[ name: "my-test-app", description: "This is used for tests", plan: "test", account: params.DEVELOPER_ACCOUNT_ID ] |
|
|
|