kanlas-net / pipeline-extras

Jenkins shared library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pipeline Extras Library

The main goal of this Jenkins Shared Library is to add missed features and make some trivial actions easier.
Feel free to copy, fork and modify this code.

Simple connection in pipeline:

@Library("github.com/kanlas-net/pipeline-extras@master") _

Documentation can be found here.

Some library functions require AnsicColor plugin.
You don't need to use this plugin directly, library uses it by itself when needed.

About

Jenkins shared library

License:MIT License


Languages

Language:Groovy 100.0%