X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fjenkins-configure-global-vars.sh;h=eb25de0aa3c2f65974e174b81bffc9c1b3762f3e;hb=2a10c83b2d506008cc6c01c134515fb6328e1f3a;hp=af36d100466fa886171deb16a87e8a3b585487a5;hpb=1e36a6a0ca22ef66f80dde0258fd1d383776f63b;p=releng%2Fglobal-jjb.git diff --git a/shell/jenkins-configure-global-vars.sh b/shell/jenkins-configure-global-vars.sh index af36d100..eb25de0a 100644 --- a/shell/jenkins-configure-global-vars.sh +++ b/shell/jenkins-configure-global-vars.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -l # SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2018 The Linux Foundation and others. @@ -18,10 +18,8 @@ # configuration to. (default: jenkins) echo "---> jenkins-configure-global-vars.sh" -GROOVY_SCRIPT_FILE="jjb/global-jjb/jenkins-admin/set_global_properties.groovy" +GROOVY_SCRIPT_FILE="global-jjb/jenkins-admin/set_global_properties.groovy" -# shellcheck source=/tmp/v/lftools/bin/activate disable=SC1091 -source "/tmp/v/lftools/bin/activate" silos="${jenkins_silos:-jenkins}" set -eu -o pipefail