hoto / jenkinsfile-loader

Creates Jenkins jobs from Jenkinsfiles and Configs read from disk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

Jenkinsfile Loader

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

Usage:

System variables Description
JENKINS_URL URL to a jenkins instance without authentication.
JENKINSFILES_DIR Full path to directory where Jenkinsfiles are located.
CONFIGS_XML_DIR Full path to directory where Config XMLs are located.
DEBUG Enable debug mode by setting to 'true'

Run with nodejs:

yarn install
yarn test
yarn start

Run with docker:

docker-compose build
docker-compose up

About

Creates Jenkins jobs from Jenkinsfiles and Configs read from disk

License:Other


Languages

Language:JavaScript 97.9%Language:Dockerfile 1.2%Language:Groovy 0.9%