Update Jenkinsfile
All checks were successful
Updates/open-webui-ollama-docker-deploy/pipeline/head This commit looks good
All checks were successful
Updates/open-webui-ollama-docker-deploy/pipeline/head This commit looks good
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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 \
|
||||
|
Reference in New Issue
Block a user