shipkit icon indicating copy to clipboard operation
shipkit copied to clipboard

Question: Are you trying to solve the same problem that spring-cloud-pipelines is trying to solve?

Open jorgeviana opened this issue 7 years ago • 3 comments

Hi there,

I think you are trying to solve the same problem that spring-cloud-pipelines (https://github.com/spring-cloud/spring-cloud-pipelines) is trying to solve.

What would be the reason to use one project over the other?

Thanks!

jorgeviana avatar Aug 28 '18 08:08 jorgeviana

Thanks for feedback!

Me & @marcingrzejszczak (maker of pipelines) talked extensively about it this summer. There is an overlap between the projects. Let's keep this ticket open until we fix the documentation (or merge projects? :)

mockitoguy avatar Aug 28 '18 13:08 mockitoguy

Spring Cloud Pipelines focus more on:

  • building on Jenkins or Concourse (you need to set up your instance)
  • continuous delivery for regular projects (monoliths, microservices etc.)
  • deploying application to different environments with different configs, possible manual steps
  • many more

Shipkit focuses more on:

  • using free tools like Github, Travis-CI, Bintray
  • continuous delivery for open source JVM libraries and Gradle plugins
  • publishing in Bintray, Maven Central and Gradle Portal
  • easy setup for libraries developers, full automation
  • artifact versioning, creating tags, nice release notes, hidden sensitive data in output logs and many more

mstachniuk avatar Sep 06 '18 00:09 mstachniuk

Nice summary!

jorgeviana avatar Sep 06 '18 09:09 jorgeviana