codingteam / loglist

Reincarnation of the famous service
https://loglist.xyz/
MIT License
7 stars 4 forks source link

Use Jenkins Pipeline Plugin #180

Closed ForNeVeR closed 7 years ago

ForNeVeR commented 7 years ago

We should rewrite our build to be more reliable.

ForNeVeR commented 7 years ago

For anyone interested: it turned out that I have to disable TCP Sack on ctor to upload files there. I've done this:

# sysctl -w net.ipv4.tcp_sack=0

After that I could upload files normally.