From b989910e0e2c0097c8ea57583671cfdcdc99eeb5 Mon Sep 17 00:00:00 2001 From: Adam Outler Date: Thu, 20 Nov 2025 20:56:48 -0500 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 83d8851..f53969b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -57,7 +57,7 @@ pipeline { OPENWEBUI=${OPENWEBUI} \ docker compose up -d --force-recreate - sleep 5 + sleep 10 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