From 155ee0717354ff2b6d0492a832b0d2ed12aedba4 Mon Sep 17 00:00:00 2001 From: Galindo97 Date: Wed, 20 May 2026 14:01:57 -0500 Subject: [PATCH] =?UTF-8?q?fix(jenkins):=20corregir=20client=5Fid=20de=20K?= =?UTF-8?q?eycloak=20en=20E2E=20=E2=80=94=20hub-frontend=20no=20anexo76-fr?= =?UTF-8?q?ontend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit El cliente registrado en Keycloak es hub-frontend (Workspace). anexo76-frontend no existe en KC. Co-Authored-By: Claude Sonnet 4.6 --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 30e1287d..7dc41b47 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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}" \