Update Jenkinsfile
All checks were successful
Updates/open-webui-ollama-docker-deploy/pipeline/head This commit looks good

This commit is contained in:
2025-08-22 23:24:32 +00:00
parent 07e238e832
commit bde2698e2e

2
Jenkinsfile vendored
View File

@@ -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 \