Skip to content

Commit 19c1818

Browse files
authored
make jenkins job on wall display go to last build
1 parent eef587e commit 19c1818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/JenkinsJobs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default function JenkinsJobs() {
7171
{data.map((job) => (
7272
<a
7373
key={job["name"]}
74-
href={job["url"] + "#:~:text=Builds"} // link to text fragment for "builds"
74+
href={job["url"] + "lastBuild"} // link to text fragment for "builds"
7575
className={
7676
"text-black h-10 font-bold text-xl capitalize rounded-lg text-center border-2 border-black hover:border-white " +
7777
jenkinsColourToWebDashColour.get(job["color"]) +

0 commit comments

Comments
 (0)