Skip to content

Commit 945fba2

Browse files
authored
feat(circleci): add server version requirement and endpoint help text (#8757)
Update CircleCI connection form to indicate Server v4.x+ requirement and provide guidance for server endpoint configuration. Signed-off-by: Joshua Smith <jbsmith7741@gmail.com>
1 parent d812d7d commit 945fba2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

config-ui/src/plugins/register/circleci/config.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ export const CircleCIConfig: IPluginConfig = {
3434
key: 'endpoint',
3535
multipleVersions: {
3636
cloud: 'https://circleci.com/api/',
37-
server: '',
37+
server: '(v4.x+)',
3838
},
39+
subLabel:
40+
'If you are using CircleCI Server, please enter the endpoint URL. E.g. https://circleci.your-company.com/api/',
3941
},
4042
'token',
4143
'proxy',

0 commit comments

Comments
 (0)