diff --git a/Jenkinsfile b/Jenkinsfile index 170c4ee..bb36e9c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,8 @@ node('nodejs') { threescale_cicd_openapi_smoketest_operation: "GetLocation", threescale_cicd_api_backend_scheme: "http", 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'