# 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