Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 2.22 KB

README.md

File metadata and controls

52 lines (38 loc) · 2.22 KB

Shared pipeline templates

Pipeline templates using Shared Libraries from Jenkins Pipeline Plugin

Index

About

We are going to cover and explain the pipeline templates made by the Application Development Center of Excellence. The pipelines are used with the Jenkins PiPipelines are going to be used with Shared Libraries. This allows to reuse the pipelines across projects and have them controlled in our git repository. The following sections have all the information or steps that are required to launch the pipelines and explain what does each of the templates. The shared pipeline templates can bee seen as a small pieces that can be used all together to achieve the CI/CD process in Openshift.

Sections

Project Examples

Dependencies

This templates requires the following plugins to work:

TODO

  • [-] Add more configuration setup (secrets, configmap files,...)
  • New deployment strategies (blue-green)
  • [-] More integration test strategies

Thanks to

David Sancho Ruiz