Update Jenkinsfile
Some checks failed
Updates/open-webui-ollama-docker-deploy/pipeline/head There was a failure building this commit

This commit is contained in:
2025-08-22 23:20:06 +00:00
parent da4fb3ef57
commit fede9cc699

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 \