From: Anil Belur Date: Sat, 8 May 2021 07:21:02 +0000 (+1000) Subject: Fix: Set S3 URL in the target framename X-Git-Tag: v0.63.1~7^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?p=releng%2Fglobal-jjb.git;a=commitdiff_plain;h=70e7e9cf5ac387eaf7f565dba6086ba44e60ce33 Fix: Set S3 URL in the target framename Set S3 URL in the framename of the target attribute. The description-setter plugin does not read the URL when the framename is unset. Issue: RELENG-3269 Change-Id: I47c488b586cf68164a0273a14134e490c8c12cec Signed-off-by: Anil Belur --- diff --git a/releasenotes/notes/fix-S3-log-shipping-framename-630daf7c8153ad1a.yaml b/releasenotes/notes/fix-S3-log-shipping-framename-630daf7c8153ad1a.yaml new file mode 100644 index 00000000..a681426a --- /dev/null +++ b/releasenotes/notes/fix-S3-log-shipping-framename-630daf7c8153ad1a.yaml @@ -0,0 +1,9 @@ +--- +fixes: + - | + Set S3 URL in the framename of the target attribute + + The description-setter plugin does not read the + URL when the framename is unset. + + Issue: LF JIRA RELENG-3269 diff --git a/shell/logs-deploy.sh b/shell/logs-deploy.sh index 7522e81b..53cef700 100644 --- a/shell/logs-deploy.sh +++ b/shell/logs-deploy.sh @@ -63,6 +63,6 @@ else lftools deploy s3 ${pattern_opts:-} "$S3_BUCKET" "$s3_path" \ "$BUILD_URL" "$WORKSPACE" - echo "S3 build logs: " + echo "S3 build logs: https://$CDN_URL/$s3_path" fi