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