It seems ssh-agent is not passed to publishers so will have to rework
this code to run as a builder step in a later patch.
Change-Id: I856468e91087ce39ea24308ad864dd45c500fc85
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
| xargs gzip
zip -r archives.zip $JOB_NAME/
-
-# Notify Gerrit where logs are located
-if [ -n "$GERRIT_PATCHSET_REVISION" ]; then
- LOG_MESSAGE="Logs located at https://nexus.opendaylight.org/content/sites/logs/$SILO/$ARCHIVES_DIR/"
- ssh -p 29418 git.opendaylight.org gerrit review -m "$LOG_MESSAGE" $GERRIT_PATCHSET_REVISION
-fi