Nicolas Massé 7 years ago
parent
commit
b05ba9966a
  1. 3
      README.md
  2. 2
      testcase-01/Jenkinsfile
  3. 2
      testcase-02/Jenkinsfile
  4. 2
      testcase-02/setup.yaml

3
README.md

@ -57,3 +57,6 @@ oc process -f testcase-01/setup.yaml -p DEVELOPER_ACCOUNT_ID=2445582535751 -p PR
### Usecase 02: Deploy an API on 3scale SaaS with self-managed APIcast and 3scale on-premises
```sh
oc process -f testcase-02/setup.yaml -p DEVELOPER_ACCOUNT_ID=2445582535751 -p PRIVATE_BASE_URL=http://beer-catalog.app.itix.fr -p TARGET_INSTANCE=3scale-saas -p PUBLIC_STAGING_WILDCARD_DOMAIN=nmasse-redhat-staging.app.itix.fr -p PUBLIC_PRODUCTION_WILDCARD_DOMAIN=nmasse-redhat-production.app.itix.fr |oc create -f -
```

2
testcase-01/Jenkinsfile

@ -2,7 +2,7 @@
library identifier: '3scale-toolbox-jenkins@add-new-features',
retriever: modernSCM([$class: 'GitSCMSource',
remote: 'https://github.com/rh-integration/3scale-toolbox-jenkins.git',
remote: 'https://github.com/nmasse-itix/3scale-toolbox-jenkins.git',
traits: [[$class: 'jenkins.plugins.git.traits.BranchDiscoveryTrait']]])
def service = null

2
testcase-02/Jenkinsfile

@ -2,7 +2,7 @@
library identifier: '3scale-toolbox-jenkins@add-new-features',
retriever: modernSCM([$class: 'GitSCMSource',
remote: 'https://github.com/rh-integration/3scale-toolbox-jenkins.git',
remote: 'https://github.com/nmasse-itix/3scale-toolbox-jenkins.git',
traits: [[$class: 'jenkins.plugins.git.traits.BranchDiscoveryTrait']]])
def service = null

2
testcase-02/setup.yaml

@ -6,7 +6,7 @@ objects:
- kind: "BuildConfig"
apiVersion: "v1"
metadata:
name: "testcase-02"
name: "testcase-02-${TARGET_INSTANCE}"
namespace: ${NAMESPACE}
spec:
source:

Loading…
Cancel
Save