Update Jenkinsfile
Some checks failed
Updates/open-webui-ollama-docker-deploy/pipeline/head There was a failure building this commit
Some checks failed
Updates/open-webui-ollama-docker-deploy/pipeline/head There was a failure building this commit
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -46,7 +46,7 @@ pipeline {
|
|||||||
TIKA=${TIKA} \
|
TIKA=${TIKA} \
|
||||||
OLLAMA=${OLLAMA} \
|
OLLAMA=${OLLAMA} \
|
||||||
OPENWEBUI=${OPENWEBUI} \
|
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)
|
export PG_PASS=\$(openssl rand -base64 48 | tr -dc 'A-Za-z0-9' | head -c32)
|
||||||
docker compose pull
|
docker compose pull
|
||||||
COMPOSE_PROJECT_NAME=openwebui \
|
COMPOSE_PROJECT_NAME=openwebui \
|
||||||
|
Reference in New Issue
Block a user