diff --git a/backend/app/api/endpoints/jobs.py b/backend/app/api/endpoints/jobs.py index 098746e5..d74c6ea0 100644 --- a/backend/app/api/endpoints/jobs.py +++ b/backend/app/api/endpoints/jobs.py @@ -19,7 +19,7 @@ async def jobs(): "must": [ { "query_string": { - "query": "ciSystem == PROW" + "query": "ciSystem == PROW || ciSystem == JENKINS" } }, {