This repository contains helper functions and classes to be used with the Jenkins Pipeline Plugin. This repository is used on https://jenkins.dockerproject.org and other Jenkins instances managed by Docker, Inc.
To use this library from your Jenkinsfile
,
make sure you have installed the GitHub Organization Folder in version 1.5 or later,
then start off with:
@Library('github.com/docker/jenkins-pipeline-scripts') _
See Extending with Shared Libraries for more information on Jenkins pipeline extensions.