From 1928407f19c7905ef192d1024a45c4fc51c6b3bb Mon Sep 17 00:00:00 2001 From: Adam Outler Date: Mon, 5 May 2025 21:54:39 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index db779e3..2d9dfa0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {