Jenkins Shared Library User Guide

The Jenkins Shared Library is very straightforward to use. Simply create a Jenkinsfile with the following structure.

@Library('JenkinsShared')_
CondaPipeline(["config_repo"], "package-name", "module.location")