From: Jeremy Mordkoff Date: Wed, 18 Oct 2017 19:46:01 +0000 (+0200) Subject: Merge "BUG 385 update UI installer to actually call BUILD.sh" X-Git-Tag: v3.0.0rc12^0 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=9c38e15d9003a8fc540d1a22c1e5fbfbdf0e0437;hp=7e3b580b8779926f30ec7fcd5366a95f0402d41a;p=osm%2Fdevops.git Merge "BUG 385 update UI installer to actually call BUILD.sh" --- diff --git a/jenkins/SO/install b/jenkins/SO/install index 59f2f18b..651c3039 100755 --- a/jenkins/SO/install +++ b/jenkins/SO/install @@ -36,7 +36,7 @@ set -o nounset # Expanding an unset variable is an error. Variables must be ############################################################################### # Set up repo and version PLATFORM_REPOSITORY=OSM3 -PLATFORM_VERSION=5.2.0.1.71454 +PLATFORM_VERSION=5.2.0.2.72174 while getopts ":P:V:h" o; do case "${o}" in diff --git a/jenkins/UI/install b/jenkins/UI/install index 3daa244d..15e6bbec 100755 --- a/jenkins/UI/install +++ b/jenkins/UI/install @@ -38,7 +38,7 @@ set -o nounset # Expanding an unset variable is an error. Variables must be ############################################################################### # Set up repo and version PLATFORM_REPOSITORY=OSM3 -PLATFORM_VERSION=5.2.0.1.71454 +PLATFORM_VERSION=5.2.0.2.72174 while getopts ":P:V:h" o; do case "${o}" in