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>
--- /dev/null
+---
+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
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