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()
- Jenkins Pipeline plugin suite
- Jenkins Pipeline Global Library
- Our Chef cookbooks
- Our Jenkins server for Chef coobkook testing
The goal of the v2
pipeline is to have a more object oriented approach for the implementation of the pipeline.