From 07e238e832a2f8409021c47a687f0a813ece1bde Mon Sep 17 00:00:00 2001 From: Adam Outler Date: Fri, 22 Aug 2025 23:22:45 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d1d8956..f251d65 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -46,7 +46,7 @@ pipeline { TIKA=${TIKA} \ OLLAMA=${OLLAMA} \ OPENWEBUI=${OPENWEBUI} \ - WEBUI_SECRET_KEY=${WEBUI_SECRET_KEY} \ + WEBUI_SECRET_KEY=${WEBUI_SECRET_KEY} \ export PG_PASS=\$(openssl rand -base64 48 | tr -dc 'A-Za-z0-9' | head -c32) docker compose pull COMPOSE_PROJECT_NAME=openwebui \