We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359eabf commit df823a5Copy full SHA for df823a5
scripts/init.sh
@@ -108,7 +108,16 @@ report_error() {
108
local message=$1
109
110
if [[ -n "$merge_request_id" ]]; then
111
- sticky_comment "<h2>❌ Gruntwork Pipelines is unable to run</h2>❌ $message<br><br><a href=\"$CI_PROJECT_URL/-/jobs/$CI_JOB_ID\">View full logs</a>"
+ sticky_comment "<details open>
112
+ <summary>
113
+ <h2>❌ Gruntwork Pipelines is unable to run</h2>
114
+ </summary>
115
+ <p>❌ $message</p>
116
+ <hr/>
117
+ <p>
118
+ <em>👉 <a href=\"$CI_PROJECT_URL/-/jobs/$CI_JOB_ID\">View full logs</a></em>
119
+ </p>
120
+</details>"
121
collapse_older_pipelines_notes
122
fi
123
echo "$message"
0 commit comments