Code Review
/
releng
/
global-jjb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
f32a666
)
Add missing content/repositories path to URL
81/5381/3
author
Anil Belur
<abelur@linuxfoundation.org>
Tue, 4 Jul 2017 00:47:28 +0000
(10:47 +1000)
committer
Thanh Ha
<thanh.ha@linuxfoundation.org>
Tue, 4 Jul 2017 14:35:47 +0000
(10:35 -0400)
NEXUS_REPO_URL was missing the content/repositories path creating an
invalid upload path for Nexus.
Change-Id: I09f6ff06e71355aafcb90cb2d011203bfc6584c0
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
shell/deploy-maven-file.sh
patch
|
blob
|
history
diff --git
a/shell/deploy-maven-file.sh
b/shell/deploy-maven-file.sh
index
34d26d4
..
8b6fad8
100644
(file)
--- a/
shell/deploy-maven-file.sh
+++ b/
shell/deploy-maven-file.sh
@@
-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