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

This commit is contained in:
Adam Outler 2025-03-08 02:59:54 +00:00
parent f42ce511dc
commit fee83b7d46

2
Jenkinsfile vendored
View File

@ -6,7 +6,7 @@ pipeline {
DOCKER_HOST = 'unix:///var/run/docker.sock'
OPENAI_TOKEN = credentials('OpenAI-Token')
OLLAMA = 'ollama/ollama'
OPENWEBUI = 'ghcr.io/open-webui/open-webui:dev'
OPENWEBUI = 'ghcr.io/open-webui/open-webui:latest'
TIKA = 'apache/tika:latest'
CHROMADB = 'chromadb/chroma:latest'
}