Live data from Hacker News

Show HN: Shippable – Free CI and CD service built on Docker, 2X faster than travis

shippable.com

21–30 of 38 posts

Re: Show HN: Shippable – Free CI and CD service built on Docker, 2X faster than travis

#23

its pretty intuitive, the builds are faster. cool.. My project dev process got simplified. Thanks for offering free service for one private repo.

glad you like the service. we will be increasing the free plan to include 5 private repos tomorrow :)

Re: Show HN: Shippable – Free CI and CD service built on Docker, 2X faster than travis

#25
looks interesting. Still, some questions here: could you explain in more detail the storage in the pricing plan? Let's say I'd be interested in free one. What would be counted in the 1GB? Logs, some cached artifacts (any chance for maven local repository caching/reusing the apt cache),...? thanks

Re: Show HN: Shippable – Free CI and CD service built on Docker, 2X faster than travis

#26

looks interesting. Still, some questions here: could you explain in more detail the storage in the pricing plan? Let's say I'd be interested in free one. What would be counted in the 1GB? Logs, some cached artifacts (any chance for maven local repository caching/reusing the apt cache),...? thanks

as part of build artifacts, we archive ./shippable folder. this typically has code coverage reports, test results, any project related archives that you might specify (but not console logs).

These artifacts are counted against the storage limit.

Re: Show HN: Shippable – Free CI and CD service built on Docker, 2X faster than travis

#28

looks interesting. Still, some questions here: could you explain in more detail the storage in the pricing plan? Let's say I'd be interested in free one. What would be counted in the 1GB? Logs, some cached artifacts (any chance for maven local repository caching/reusing the apt cache),...? thanks

as part of build artifacts, we archive ./shippable folder. this typically has code coverage reports, test results, any project related archives that you might specify (but not console logs). These artifacts are counted against the storage limit.

thanks for fast reply! that leads me to some more questions then. Are logs archived at all? And what happens if the limit in ./shippable is reached?

Re: Show HN: Shippable – Free CI and CD service built on Docker, 2X faster than travis

#29

Earlier quoted context omitted.

as part of build artifacts, we archive ./shippable folder. this typically has code coverage reports, test results, any project related archives that you might specify (but not console logs). These artifacts are counted against the storage limit.

thanks for fast reply! that leads me to some more questions then. Are logs archived at all? And what happens if the limit in ./shippable is reached?

yes console logs are stored in our db and will be available forever or until you delete the build. when the limit is reached for ./shippable, we will start deleting the oldest archives. So it's a rolling 1gb limit.

Re: Show HN: Shippable – Free CI and CD service built on Docker, 2X faster than travis

#30

Earlier quoted context omitted.

as part of build artifacts, we archive ./shippable folder. this typically has code coverage reports, test results, any project related archives that you might specify (but not console logs). These artifacts are counted against the storage limit.

thanks for fast reply! that leads me to some more questions then. Are logs archived at all? And what happens if the limit in ./shippable is reached?

forgot to mention - we will alert you when you are near the limit so you can download artifacts or upgrade your plan.
Post reply on HN