Simple, Repeatable & Free: An Open Source Software Delivery Pipeline (Part II) | by Dan Stieglitz | The Signal | Jan, 2021 | Medium medium.com
In the last installment of this series (https://medium.com/stainless-ai/simple-repeatable-free-an-open-source-software-delivery-pipeline-part-i-4ae89e7a6478), we In this installment we’re going to take a closer look at the jenkins-semci library and walk through using it in a simple project. The pipeline we’ll describe here is designed to be as simple as possible while providing a high degree of automation and policy enforcement. It’s composed of several components, most of which are probably already in use in your organization in some form or another. Jenkins supplies a tutorial for creating multibranch pipelines, and we’re going to piggyback on that tutorial, adding automated versioning capability to the sample project provided there. The tutorial is here:
Report Story