From 70e7e9cf5ac387eaf7f565dba6086ba44e60ce33 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Sat, 8 May 2021 17:21:02 +1000 Subject: [PATCH] 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 --- .../notes/fix-S3-log-shipping-framename-630daf7c8153ad1a.yaml | 9 +++++++++ shell/logs-deploy.sh | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 releasenotes/notes/fix-S3-log-shipping-framename-630daf7c8153ad1a.yaml 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 -- 2.16.6