From 49e7373c82f42ec77c0a1f4b448f450b4709bea5 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Mon, 27 Jun 2016 12:37:49 -0400 Subject: [PATCH] Remove Gerrit notification script 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 --- include-raw-deploy-archives.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include-raw-deploy-archives.sh b/include-raw-deploy-archives.sh index 8fe112c2..b6a3ff96 100644 --- a/include-raw-deploy-archives.sh +++ b/include-raw-deploy-archives.sh @@ -62,9 +62,3 @@ find $ARCHIVES_DIR -name "*.txt" \ | 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 -- 2.16.6