Skip to content

FastRobot/jenkins-pipeline-global-library-chefci

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jenkins Global Library for TYPO3 Chef CI

This repository contains common functionality used by our Jenkins server for testing our Chef cookbooks.

The pipeline defined here is used by a Jenkinsfile in each of these repositories:

// Jenkinsfile
def pipe = new org.typo3.chefci.v1.Pipeline()
pipe.execute()

More Information

Pipeline v2

The goal of the v2 pipeline is to have a more object oriented approach for the implementation of the pipeline.

More Information

About

Jenkins Pipeline's "Workflow Global Libs" for Chef CI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Groovy 98.2%
  • Ruby 1.8%