Show HN: Shippable – Free CI and CD service built on Docker, 2X faster than travis
21–30 of 38 posts
Re: Show HN: Shippable – Free CI and CD service built on Docker, 2X faster than travis
#22Re: Show HN: Shippable – Free CI and CD service built on Docker, 2X faster than travis
#23its pretty intuitive, the builds are faster. cool.. My project dev process got simplified. Thanks for offering free service for one private repo.
Re: Show HN: Shippable – Free CI and CD service built on Docker, 2X faster than travis
#24Re: Show HN: Shippable – Free CI and CD service built on Docker, 2X faster than travis
#25Re: Show HN: Shippable – Free CI and CD service built on Docker, 2X faster than travis
#26looks 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
These artifacts are counted against the storage limit.
Re: Show HN: Shippable – Free CI and CD service built on Docker, 2X faster than travis
#27Re: Show HN: Shippable – Free CI and CD service built on Docker, 2X faster than travis
#28looks 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
#29Earlier 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?
Re: Show HN: Shippable – Free CI and CD service built on Docker, 2X faster than travis
#30Earlier 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?