X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=jenkins%2Fci-pipelines%2Fci_stage_3.groovy;h=b9e528f223afde318479da7fc1bd99312c0ef94a;hb=f09cc4831db2b732c80fafbe4da86bd9bf009e1a;hp=13476508ea324bd927a4e24e8c6dcef5f7c3f2cd;hpb=44cb851caff361e3b7ff360ce2b80d0ff5d57faf;p=osm%2Fdevops.git diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index 13476508..b9e528f2 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 = "prometheus.${IP_ADDRESS}.nip.io" - prometheusPort = 80 - osmHostname = "nbi.${IP_ADDRESS}.nip.io:443" + prometheusHostname = IP_ADDRESS + prometheusPort = 9091 + osmHostname = IP_ADDRESS } } // stage("Install") ///////////////////////////////////////////////////////////////////////////////////////