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