[users at bb.net] retrieving step logs

Dimitri Naydich dnaydich at grammatech.com
Thu Jul 28 01:51:34 UTC 2016


Hi,

Is there a way to retrieve a log for a completed step as a text file via 
a url? For example, let url http:buildbot.example.org/steps/85619/logs show

{
   "logs": [
     {
       "complete": true,
       "logid": 88819,
       "name": "stdio",
       "num_lines": 94,
       "slug": "stdio",
       "stepid": 85619,
       "type": "s"
     }
   ],
   "meta": {
     "total": 1
   }
}

I thought that url http:buildbot.example.org/steps/85619/logs/stdio would show the text of the log, but it shows

{
   "logs": [
     {
       "complete": true,
       "logid": 88819,
       "name": "stdio",
       "num_lines": 94,
       "slug": "stdio",
       "stepid": 85619,
       "type": "s"
     }
   ],
   "meta": {}
}

Your suggestions appreciated.

Thanks,

Dimitri


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildbot.net/pipermail/users/attachments/20160727/8c117f04/attachment.html>


More information about the users mailing list