Merge pull request 'fix(jenkins): pasar KC_URL como variable de entorno al contenedor Docker E2E' (#421) from fix/jenkins-mejora into development

Reviewed-on: ADUANASOFT/anexo76#421
This commit is contained in:
2026-05-20 18:27:28 +00:00

1
Jenkinsfile vendored
View File

@@ -207,6 +207,7 @@ pipeline {
-e VITE_KEYCLOAK_CLIENT_ID=anexo76-frontend \
-e KEYCLOAK_CLIENT_ID=anexo76-frontend \
-e ORIGIN=http://localhost:5173 \
-e "KC_URL=${KC_URL}" \
-e "E2E_KEYCLOAK_URL=${KC_URL}" \
-e "E2E_TEST_USER=${E2E_USER}" \
-e "E2E_TEST_PASSWORD=${E2E_PASS}" \