fix(jenkins): corregir client_id de Keycloak en E2E — hub-frontend no anexo76-frontend
El cliente registrado en Keycloak es hub-frontend (Workspace). anexo76-frontend no existe en KC. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -208,8 +208,8 @@ pipeline {
|
||||
-e "KEYCLOAK_URL=${KC_URL}" \
|
||||
-e VITE_KEYCLOAK_REALM=master \
|
||||
-e KEYCLOAK_REALM=master \
|
||||
-e VITE_KEYCLOAK_CLIENT_ID=anexo76-frontend \
|
||||
-e KEYCLOAK_CLIENT_ID=anexo76-frontend \
|
||||
-e VITE_KEYCLOAK_CLIENT_ID=hub-frontend \
|
||||
-e KEYCLOAK_CLIENT_ID=hub-frontend \
|
||||
-e ORIGIN=http://localhost:5173 \
|
||||
-e "KC_URL=${KC_URL}" \
|
||||
-e "E2E_KC_ADMIN_USER=${E2E_KC_ADMIN_USER}" \
|
||||
|
||||
Reference in New Issue
Block a user