Fix: Set S3 URL in the target framename 40/67640/2
authorAnil Belur <abelur@linuxfoundation.org>
Sat, 8 May 2021 07:21:02 +0000 (17:21 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Mon, 10 May 2021 13:30:14 +0000 (23:30 +1000)
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 <abelur@linuxfoundation.org>
releasenotes/notes/fix-S3-log-shipping-framename-630daf7c8153ad1a.yaml [new file with mode: 0644]
shell/logs-deploy.sh

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 (file)
index 0000000..a681426
--- /dev/null
@@ -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
index 7522e81..53cef70 100644 (file)
@@ -63,6 +63,6 @@ else
     lftools deploy s3 ${pattern_opts:-} "$S3_BUCKET" "$s3_path" \
         "$BUILD_URL" "$WORKSPACE"
 
-    echo "S3 build logs: <a href=\"https://$CDN_URL/$s3_path\"></a>"
+    echo "S3 build logs: <a href=\"https://$CDN_URL/$s3_path\">https://$CDN_URL/$s3_path</a>"
 fi