summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2020-11-18 12:41:13 -0600
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2020-11-18 12:41:13 -0600
commite9ffb625195ca8c4f6bc8c281f03da5089e115e2 (patch)
tree9f43168db7fb85633e32f82e48334cc7fdc0a256
parentc4ace68da07efe8ee67955ccbff55a766c543a5f (diff)
Modify the serverId
Modifying the serverID for log shipping to use the correct serverId Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org> Change-Id: I05b48ca46ee58786b40c2d84464011f7ad7c2840
-rw-r--r--jjb/include-raw-deploy-archives.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/include-raw-deploy-archives.sh b/jjb/include-raw-deploy-archives.sh
index 3d549599..c51312a0 100644
--- a/jjb/include-raw-deploy-archives.sh
+++ b/jjb/include-raw-deploy-archives.sh
@@ -56,7 +56,7 @@ cat > deploy-archives.xml <<EOF
<goal>upload-file</goal>
</goals>
<configuration>
- <serverId>fdioproject-log-archives</serverId>
+ <serverId>logs</serverId>
<repositoryUrl>$LOGS_REPO_URL/content-compressed</repositoryUrl>
<file>archives.zip</file>
<repositoryPath>$SILO</repositoryPath>