Add direct download link for build artifacts to successful CI build email
Description
It takes a few clicks from the "your pipeline has passed" email to the appropriate Gitlab screen in order to download build artifacts.
Users less familiar with Gitlab interface may benefit from a direct link to download the build artifacts right from the email.
Proposal
Add a link to the successful CI build email to directly download any build artifacts. If there are no build artifacts associated with a build, don't include a link.
Include the download link below the last line of the current HTML email. When I look at one of ours current emails I see the following (where #77
is a link):
Pipeline #77 successfully completed 2 builds in 2 stages.
Maybe add lines like below for each build that produced artifacts:
<link>Download artifacts</link> from <BUILD_NAME>
<link>Download artifacts</link> from <BUILD_NAME2>