Skip to content

Creates Jenkins jobs from Jenkinsfiles and Configs read from disk

License

Notifications You must be signed in to change notification settings

hoto/jenkinsfile-loader

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published