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-05-05 21:54:39 +00:00
parent 4547813732
commit 1928407f19

2
Jenkinsfile vendored
View File

@ -8,7 +8,7 @@ pipeline {
OLLAMA = 'ollama/ollama'
OPENWEBUI = 'ghcr.io/open-webui/open-webui:latest'
TIKA = 'apache/tika:latest'
CHROMADB = 'chromadb/chroma:0.6.3" // 'chromadb/chroma:latest'
CHROMADB = 'chromadb/chroma:0.6.3' // 'chromadb/chroma:latest'
CHROMAUI = 'ghcr.io/logspace-ai/chroma-ui:latest'
}
stages {