Skip to content

Commit

Permalink
feat: add link to infra stats page in footer (#148)
Browse files Browse the repository at this point in the history
This PR adds a link to the Jenkins Infra Stats website that is being
revamped as part of GSoC 2024.

![Screenshot 2024-07-25 at 11 43
55 AM](https://github.com/user-attachments/assets/2e56ec1b-182f-424c-bb5e-c00f8986fdc2)

closes #147 

ref:
- jenkins-infra/stats.jenkins.io#88

@krisstern @gounthar
krisstern authored Nov 28, 2024
2 parents 8a0e7d3 + 81cb008 commit 6b8fee0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/jio-footer.ts
Original file line number Diff line number Diff line change
@@ -128,6 +128,9 @@ export class Footer extends LitElement {
<li>
<a href=${relOrAbsoluteLink('https://ci.jenkins.io', this.property).href}>${msg('Jenkins on Jenkins')}</a>
</li>
<li>
<a href=${relOrAbsoluteLink('https://stats.jenkins.io', this.property).href}>${msg('Statistics')}</a>
</li>
</ul>
</div>
</div>

0 comments on commit 6b8fee0

Please sign in to comment.