-
-
Notifications
You must be signed in to change notification settings - Fork 87
Closed
Labels
Description
Add the Jenkins job link next to the drop-down boxes
Code:
aqa-test-tools/test-result-summary-client/src/TrafficLight/TrafficLight.jsx
Lines 318 to 335 in aeae2c6
<Select | |
style={{ | |
width: '100%', | |
}} | |
defaultValue={testBuild} | |
onChange={setTestBuild} | |
options={buildOptions} | |
placeholder="please select test build" | |
/> | |
<Select | |
style={{ | |
width: '100%', | |
}} | |
defaultValue={baselineBuild} | |
onChange={setBaselineBuild} | |
options={buildOptions} | |
placeholder="please select baseline build" | |
/> |
Example:
aqa-test-tools/test-result-summary-client/src/Build/Summary/ResultGrid.jsx
Lines 64 to 70 in aeae2c6
<a | |
href={groups[group].buildUrl} | |
target="_blank" | |
rel="noopener noreferrer" | |
> | |
Jenkins Link | |
</a> |