Go to file
2024-02-14 00:07:44 -08:00
vars remove typo 2024-02-14 00:07:44 -08:00
.groovylintrc.json fix serialization issue 2024-02-08 23:40:30 -08:00
README.md Add python stage helper 2024-02-13 22:15:52 -08:00

pipelineUtils

This project is an attempt to provide a structured set of functions that can be used to create a pipeline library for the Jenkins CI/CD system.

Overview

Functions provided fall into several categories:

  • "stage" helpers that implment a stage in the pipeline with particular behavior.
  • "versioning" helpers that implement a particular strategy for versioning a project.
  • "utiltity" functions that help with various things, such as printing banners in the job console log, incrementing a semantic version string, and adding git meta information to a pipeline's metadata.

Example