Skip to content

Add Jenkins job link to the drop-down boxes on Perf Pipeline page #1046

@llxia

Description

@llxia

Add the Jenkins job link next to the drop-down boxes

Image

Code:

<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:

<a
href={groups[group].buildUrl}
target="_blank"
rel="noopener noreferrer"
>
Jenkins Link
</a>

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions