Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.
/ pipeline-library Public archive

Shared libraries for Jenkinsfiles with unit tests

Notifications You must be signed in to change notification settings

liatrio/pipeline-library

Repository files navigation

Pipeline Library

Shared library with unit tests to be used with Jenkins pipelines. Build Status

Run Pipeline Library Tests Locally For Development Purposes

    git clone https://github.com/liatrio/pipeline-library.git
    gradle clean test

Testing

Uses com.lesfurets.jenkins.unit.RegressionTest to test the shared libraries with spock.

Shared Library Methods