From caca08f3e587e14dc88bf3403b7e39dc02f1bf40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Tue, 4 Sep 2018 11:49:31 +0200 Subject: [PATCH] fix the pipeline --- Jenkinsfile | 3 ++- pipeline-template.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4d6a4f0..dfb1d7f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,7 +19,8 @@ node('nodejs') { threescale_cicd_api_backend_hostname: params.OPENSHIFT_SERVICE_NAME, threescale_cicd_openapi_smoketest_operation: "GetLocation", 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' diff --git a/pipeline-template.yaml b/pipeline-template.yaml index 788f7d8..d3357cd 100644 --- a/pipeline-template.yaml +++ b/pipeline-template.yaml @@ -38,7 +38,7 @@ objects: value: 3scale-prod - name: ANSIBLE_JOB_TEMPLATE value: Deploy an API to 3scale - - name: TOWER_SERVER + - name: ANSIBLE_TOWER_SERVER value: tower - name: OPENSHIFT_SERVICE_NAME value: rhte-api