Browse Source

Make the oas file a parameter

pull/1/head
Nicolas Massé 7 years ago
committed by GitHub
parent
commit
7e6335304e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      Jenkinsfile

3
Jenkinsfile

@ -20,7 +20,8 @@ node('nodejs') {
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 threescale_cicd_validate_openapi: false,
openapi_file: "openapi-spec.yaml"
] ]
def thisPackage = readJSON file: 'package.json' def thisPackage = readJSON file: 'package.json'

Loading…
Cancel
Save