Skip to content

Commit

Permalink
Added JENKISN CI results to the jobs dashboard (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Vicente Zepeda Mas <vzepedam@redhat.com>
  • Loading branch information
chentex authored Aug 30, 2023
1 parent 0f9b057 commit e40aa43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/api/endpoints/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async def jobs():
"must": [
{
"query_string": {
"query": "ciSystem == PROW"
"query": "ciSystem == PROW || ciSystem == JENKINS"
}
},
{
Expand Down

0 comments on commit e40aa43

Please # to comment.