From 2cb6b900104ea3262d74d957fcf8d2d530084e3a Mon Sep 17 00:00:00 2001 From: Adam Outler Date: Thu, 3 Apr 2025 20:35:55 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index b8ceaa5..2b2a7b4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -57,6 +57,7 @@ pipeline { OPENWEBUI=${OPENWEBUI} \ docker compose up -d --force-recreate + sleep 5 echo "ALTER USER openwebui_user WITH PASSWORD '\$PG_PASS';" | docker exec -i openwebui_postgres_db psql -U openwebui_user -d openwebui_db """