Jobs API for verion 3 return 503.
curl -v -H “Authorization: token yyy” -H “Travis-API-Version: 3” "https://api.travis-ci.com/jobs?state=failed
It Hangs forever
I have tried with different state created,started,passed,canceled,failed,errored in jobs API.
I get 503 for all job state except created state.
But the same Jobs API with all state params works in travis-ci.org, we need it to be worked in our private Travis.
Any workaround is welcome.