X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fcom-gs-lite%2Fprescan-com-gs-lite-ubuntu.sh;h=0a443a98bc9c25325bb89f32150073a08b64e939;hb=439502c44e9eaa7ef2436564f734d5d760ab99d1;hp=df5c570f3e939d8f65f4339091f13cee8a26cf34;hpb=1688ecd7ba8a8d8632e202f4c4f25736089e827d;p=ci-management.git diff --git a/jjb/com-gs-lite/prescan-com-gs-lite-ubuntu.sh b/jjb/com-gs-lite/prescan-com-gs-lite-ubuntu.sh index df5c570f..0a443a98 100644 --- a/jjb/com-gs-lite/prescan-com-gs-lite-ubuntu.sh +++ b/jjb/com-gs-lite/prescan-com-gs-lite-ubuntu.sh @@ -3,12 +3,13 @@ echo "---> cmake-sonarqube.sh starts" CMAKE_OPTS= -BUILD_DIR=$WORKSPACE/src -BUILD_WRAP_DIR=$WORKSPACE/bw-output +BUILD_DIR="${WORKSPACE}"/src +BUILD_WRAP_DIR="${WORKSPACE}"/bw-output -build_dir="${BUILD_DIR:-$WORKSPACE/build}" -build_wrap_dir="${BUILD_WRAP_DIR:-$WORKSPACE/bw-output}" +build_dir="${BUILD_DIR:-${WORKSPACE}/build}" +build_wrap_dir="${BUILD_WRAP_DIR:-${WORKSPACE}/bw-output}" +# shellcheck disable=SC2034 cmake_opts="${CMAKE_OPTS:-}" make_opts="${MAKE_OPTS:-}"