This is an automated email from the ASF dual-hosted git repository.

klesh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


The following commit(s) were added to refs/heads/main by this push:
     new 945fba2c0 feat(circleci): add server version requirement and endpoint 
help text (#8757)
945fba2c0 is described below

commit 945fba2c0e7080fe374851641843f4351dd07411
Author: Joshua Smith <[email protected]>
AuthorDate: Tue Mar 10 06:25:54 2026 -0600

    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 <[email protected]>
---
 config-ui/src/plugins/register/circleci/config.tsx | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/config-ui/src/plugins/register/circleci/config.tsx 
b/config-ui/src/plugins/register/circleci/config.tsx
index f6fcf06cc..64deb5f4a 100644
--- a/config-ui/src/plugins/register/circleci/config.tsx
+++ b/config-ui/src/plugins/register/circleci/config.tsx
@@ -34,8 +34,10 @@ export const CircleCIConfig: IPluginConfig = {
         key: 'endpoint',
         multipleVersions: {
           cloud: 'https://circleci.com/api/',
-          server: '',
+          server: '(v4.x+)',
         },
+        subLabel:
+          'If you are using CircleCI Server, please enter the endpoint URL. 
E.g. https://circleci.your-company.com/api/',
       },
       'token',
       'proxy',

Reply via email to