Sign in

Get progressive console log

documented

Stream partial console log text for an in-progress or completed build.

GET /job/{job_name}/{build_number}/logText/progressiveTextBuildsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.jenkins.io/job/{{$job_name}}/{{$build_number}}/logText/progressiveText?start={{$start}}" \
  -X GET \
  -H "Accept: text/plain" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"