Hello guys.
I trying to update a project with use a older api version, and i updating into v3 api.
But i cant find some info in a new api, info like job platform, job sudo, job lang and job env.
In older version i can found in path https://api.travis-ci.org/builds/build_id, and in keys jobs i have this keys inside.
I look in doc but i cant found something to help me.
This values are disponible in new version?
According to API V3 Job config missing · Issue #9410 · travis-ci/travis-ci:
To get the job config object you can use:
/job/{job.id}?include=job.config
/build/{build.id}?include=job.config
1 Like
thats it, awesome! Thanks