No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
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' |
|
|
|