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

This commit is contained in:
2025-08-22 22:56:25 +00:00
parent d01d53c4a2
commit 8d454e6e84

3
Jenkinsfile vendored
View File

@@ -60,6 +60,9 @@ pipeline {
sleep 5
echo "ALTER USER openwebui_user WITH PASSWORD '\$PG_PASS';" | docker exec -i openwebui_postgres_db psql -U openwebui_user -d openwebui_db
echo "REINDEX DATABASE openwebui_db; ALTER DATABASE openwebui_db REFRESH COLLATION VERSION;" | docker exec -i openwebui_postgres_db psql -U openwebui_user -d openwebui_db
"""
}
}