X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2Fci-pipelines%2Fci_stage_3.groovy;h=13476508ea324bd927a4e24e8c6dcef5f7c3f2cd;hb=HEAD;hp=cff7217ddfa599a9ab4ee45f93a90eab89f48318;hpb=e400dfdf8dd2bdd67321fa70a56cef6458533dbc;p=osm%2Fdevops.git diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index cff7217d..13476508 100644 --- a/jenkins/ci-pipelines/ci_stage_3.groovy +++ b/jenkins/ci-pipelines/ci_stage_3.groovy @@ -593,9 +593,9 @@ node("${params.NODE}") { ${osm_installation_options} """ } - prometheusHostname = IP_ADDRESS - prometheusPort = 9091 - osmHostname = IP_ADDRESS + prometheusHostname = "prometheus.${IP_ADDRESS}.nip.io" + prometheusPort = 80 + osmHostname = "nbi.${IP_ADDRESS}.nip.io:443" } } // stage("Install") ///////////////////////////////////////////////////////////////////////////////////////