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 eef587e commit 19c1818Copy full SHA for 19c1818
app/components/JenkinsJobs.tsx
@@ -71,7 +71,7 @@ export default function JenkinsJobs() {
71
{data.map((job) => (
72
<a
73
key={job["name"]}
74
- href={job["url"] + "#:~:text=Builds"} // link to text fragment for "builds"
+ href={job["url"] + "lastBuild"} // link to text fragment for "builds"
75
className={
76
"text-black h-10 font-bold text-xl capitalize rounded-lg text-center border-2 border-black hover:border-white " +
77
jenkinsColourToWebDashColour.get(job["color"]) +
0 commit comments