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.
2 parents 4d9b8f6 + 5e8e7e0 commit 31b8790Copy full SHA for 31b8790
src/main/resources/agent-status-report.template.ftlh
@@ -248,7 +248,7 @@
248
<li class="job_label">
249
<span class="label">Job</span>
250
<a href="/go/tab/build/detail/${jobIdentifier.pipelineName!''}/${jobIdentifier.pipelineCounter!''}/${jobIdentifier.stageName!''}/${jobIdentifier.stageCounter!''}/${jobIdentifier.jobName!''}"
251
- title="View this job's details">${jobIdentifier.jobName!''}(${jobIdentifier.jobId!''})</a>
+ title="View this job's details">${jobIdentifier.jobName!''}</a>
252
</li>
253
254
<li class="last">
0 commit comments