Browse Source

fix the pipeline

pull/1/head
Nicolas Massé 7 years ago
parent
commit
caca08f3e5
  1. 3
      Jenkinsfile
  2. 2
      pipeline-template.yaml

3
Jenkinsfile

@ -19,7 +19,8 @@ node('nodejs') {
threescale_cicd_api_backend_hostname: params.OPENSHIFT_SERVICE_NAME, threescale_cicd_api_backend_hostname: params.OPENSHIFT_SERVICE_NAME,
threescale_cicd_openapi_smoketest_operation: "GetLocation", threescale_cicd_openapi_smoketest_operation: "GetLocation",
threescale_cicd_api_backend_scheme: "http", threescale_cicd_api_backend_scheme: "http",
threescale_cicd_api_base_system_name: "rhte_api" threescale_cicd_api_base_system_name: "rhte_api",
threescale_cicd_validate_openapi: false
] ]
def thisPackage = readJSON file: 'package.json' def thisPackage = readJSON file: 'package.json'

2
pipeline-template.yaml

@ -38,7 +38,7 @@ objects:
value: 3scale-prod value: 3scale-prod
- name: ANSIBLE_JOB_TEMPLATE - name: ANSIBLE_JOB_TEMPLATE
value: Deploy an API to 3scale value: Deploy an API to 3scale
- name: TOWER_SERVER - name: ANSIBLE_TOWER_SERVER
value: tower value: tower
- name: OPENSHIFT_SERVICE_NAME - name: OPENSHIFT_SERVICE_NAME
value: rhte-api value: rhte-api

Loading…
Cancel
Save