redhat-cop / pipeline-library

A repository of Jenkins pipeline files we can reference from elsewhere

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java CI with Maven License

OpenShift Pipeline Library

What This Repo Is

This is a shared library of Jenkins Pipeline functionality we've developed and use frequently within the CoP. This repo can be imported into a jenkins server (following this doc) and used to add functionality to Pipeline scripts.

You can include this repo in your Jenkins Pipeline by defining following at beginning of your Jenkinsfile:

library identifier: "pipeline-library@master", retriever: modernSCM(
  [$class: "GitSCMSource",
   remote: "https://github.com/redhat-cop/pipeline-library.git"])

Included in this library:

Please see https://github.com/redhat-cop/container-pipelines or https://github.com/redhat-cop/containers-quickstarts for related content.

Other Resources

About

A repository of Jenkins pipeline files we can reference from elsewhere

License:Apache License 2.0


Languages

Language:Groovy 92.3%Language:Shell 6.7%Language:Jinja 1.0%