[ci] Update Dangerfile - fix link to download regression report

[skip ci]
This commit is contained in:
Andreas Dangel 2023-08-12 11:12:30 +02:00 committed by GitHub
parent faa2d0ae56
commit 8681e8d7f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,12 +53,12 @@ def run_pmdtester
tar_report
message1 += "[Download full report as build artifact](#{ENV['PMD_CI_JOB_URL']}"
message1 += "[Download full report as build artifact](#{ENV['PMD_CI_JOB_URL']})"
# set value of sticky to true and the message is kept after new commits are submitted to the PR
message(message1, sticky: true)
if message2
message2 += "[Download full report as build artifact](#{ENV['PMD_CI_JOB_URL']}"
message2 += "[Download full report as build artifact](#{ENV['PMD_CI_JOB_URL']})"
# set value of sticky to true and the message is kept after new commits are submitted to the PR
message(message2, sticky: true)
end