Skip to content

Commit 962eea0

Browse files
authored
Merge pull request #353 from paulholden/WP-5409-2
Re-format the job badge/URL display in automated results.
2 parents 971c132 + ef50ba4 commit 962eea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracker_automations/bulk_prelaunch_jobs/bulk_prelaunch_jobs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ while read issue; do
136136
echo " - Build: ${build}"
137137
echo " - URL: ${joburl}"
138138
echo " - Result: ${type}: ${joburl}"
139-
echo " - [!${badgeurl}!|${joburl}] ${type}" >> "${resultfile}.${issue}.txt"
139+
echo "|!${badgeurl}|width=96,height=20!|[${type}|${joburl}]|" >> "${resultfile}.${issue}.txt"
140140
fi
141141
done < "${resultfile}.jenkinscli"
142142
echo "" >> "${resultfile}.${issue}.txt"

0 commit comments

Comments
 (0)