X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fdeploy-maven-file.sh;h=0ae0f04085cb269e92559bf91814824318c0f8d9;hb=a99cfe8b7c3e3b33cf9f210a90c50ea65128b30e;hp=34d26d45c8a04bd3950b8b3c44884d7234ff55d5;hpb=f5f1642b7c7c7b7fb6e0edf590914ca4b5b276b0;p=releng%2Fglobal-jjb.git diff --git a/shell/deploy-maven-file.sh b/shell/deploy-maven-file.sh index 34d26d45..0ae0f040 100644 --- a/shell/deploy-maven-file.sh +++ b/shell/deploy-maven-file.sh @@ -1,5 +1,5 @@ #!/bin/bash -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # @@ -23,7 +23,7 @@ set -eu -o pipefail DEPLOY_LOG="$WORKSPACE/archives/deploy-maven-file.log" mkdir -p "$WORKSPACE/archives" -NEXUS_REPO_URL="${NEXUS_URL}/$REPO_ID" +NEXUS_REPO_URL="${NEXUS_URL}/content/repositories/$REPO_ID" while IFS="" read -r file do