cliffano / nestor

Jenkins CLI and node.js client
http://blog.cliffano.com/tag/nestor/
MIT License
182 stars 27 forks source link

Can't display console of rather large build #51

Open peterbollen opened 7 years ago

peterbollen commented 7 years ago

I am getting an exception when trying to access the console logs from a rather large build (313,202 KB).

nestor console mr-build 579 ESOCKETTIMEDOUT

For small builds it works fine.

Greetings, Peter

cliffano commented 6 years ago

@peterbollen Thanks for reporting this issue and my apology for the very late reply. I'm wondering whether you're consistently getting this error. nestor actually streams the console output from Jenkins in smaller chunks, so (in theory) it should work the same way whether it's large or small build console output.

Having said that, if you're still able to test this scenario, could you please give nestor v2.0.0 a try?