Update TrafficLight.jsx with Jenkins links#1064
Merged
llxia merged 2 commits intoadoptium:masterfrom Jul 11, 2025
Merged
Conversation
feat: Add Jenkins links to Perf Pipeline build selectors Adds a "Jenkins Link" next to the "test build" and "baseline build" dropdowns on the Performance Pipeline page. This provides a direct link to the selected build's Jenkins job, improving user workflow. I hope it works
✅ Deploy Preview for eclipsefdn-adoptium-trss ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
llxia
reviewed
Jul 9, 2025
| placeholder="please select baseline build" | ||
| /> | ||
|
|
||
| <div style={{ display: 'flex', alignItems: 'center', gap: '10px' }}> |
Contributor
There was a problem hiding this comment.
Please fix the indentation. If you use VSCode, Prettier should fix it automatically.
Contributor
Author
There was a problem hiding this comment.
I fixed the indentation, of the select lines from 318-335, hope it works now
Fixed the messy indentation and broken JSX structure. The Select components with Jenkins links should now have proper formatting and should work nicely with Prettier.
llxia
approved these changes
Jul 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: Add Jenkins links to Perf Pipeline build selectors
Adds a "Jenkins Link" next to the "test build" and "baseline build" dropdowns on the Performance Pipeline page.
This provides a direct link to the selected build's Jenkins job, improving user workflow.
I hope it works
Fixes Issue #1046