X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2Fci-pipelines%2Fci_stage_3.groovy;h=13476508ea324bd927a4e24e8c6dcef5f7c3f2cd;hb=027f8ee24f2293c0ae049ecccf31be000da72e85;hp=b9e528f223afde318479da7fc1bd99312c0ef94a;hpb=f09cc4831db2b732c80fafbe4da86bd9bf009e1a;p=osm%2Fdevops.git diff --git a/jenkins/ci-pipelines/ci_stage_3.groovy b/jenkins/ci-pipelines/ci_stage_3.groovy index b9e528f2..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") ///////////////////////////////////////////////////////////////////////////////////////