Jenkinsfile Loader

November 7, 2018 ยท View on GitHub

CircleCI

Jenkinsfile Loader

Creates Jenkins jobs from Jenkinsfiles and XML Configs read from disk. Part of jenkinsfile-examples

Usage:

System variablesDescription
JENKINS_URLURL to a jenkins instance without authentication.
JENKINSFILES_DIRFull path to directory where Jenkinsfiles are located.
CONFIGS_XML_DIRFull path to directory where Config XMLs are located.
DEBUGEnable debug mode by setting to 'true'

Run with nodejs:

yarn install
yarn test
yarn start

Run with docker:

docker-compose build
docker-compose up