X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=jenkins-init-scripts%2Flf-env.sh;fp=jenkins-init-scripts%2Flf-env.sh;h=a6907f399c842d1991d4e752dfa413a5de475018;hb=fdcb4193a50803ac02b162e4b875f126b1fe8a37;hp=252328f8f2577ce023e9a3eaa281ce506d64961f;hpb=632614282b5883533d2cb73ceb7a27e0b218878b;p=releng%2Fglobal-jjb.git diff --git a/jenkins-init-scripts/lf-env.sh b/jenkins-init-scripts/lf-env.sh index 252328f8..a6907f39 100644 --- a/jenkins-init-scripts/lf-env.sh +++ b/jenkins-init-scripts/lf-env.sh @@ -72,7 +72,8 @@ function lf-activate() function lf-set-maven-options() { - # shellcheck disable=SC2034 # Disable 'unused-variable' check + # Disable 'unused-variable' check + # shellcheck disable=SC2034 maven_options="--show-version --batch-mode -Djenkins \ -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn \ -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r"