Skip to content

Commit 31b8790

Browse files
authored
Merge pull request #26 from GaneshSPatil/remove-job-id
Remove JobID information from agent status report page
2 parents 4d9b8f6 + 5e8e7e0 commit 31b8790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/agent-status-report.template.ftlh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
<li class="job_label">
249249
<span class="label">Job</span>
250250
<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>
251+
title="View this job's details">${jobIdentifier.jobName!''}</a>
252252
</li>
253253

254254
<li class="last">

0 commit comments

Comments
 (0)