Browse Source

fix missing port

pull/1/head
Nicolas Massé 7 years ago
parent
commit
f3d762b016
  1. 2
      Jenkinsfile

2
Jenkinsfile

@ -16,7 +16,7 @@ node('nodejs') {
def towerExtraVars = [ def towerExtraVars = [
git_repo: gitRepo, git_repo: gitRepo,
git_branch: gitBranch, git_branch: gitBranch,
threescale_cicd_api_backend_hostname: params.OPENSHIFT_SERVICE_NAME, threescale_cicd_api_backend_hostname: params.OPENSHIFT_SERVICE_NAME + ":8080",
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",

Loading…
Cancel
Save