Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 16, 2019 01:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/2981c71826da2e4aae4e12da248b0d0a to your computer and use it in GitHub Desktop.
Save ryantm/2981c71826da2e4aae4e12da248b0d0a to your computer and use it in GitHub Desktop.
/nix/store/zchphyd54psfgw7q8iazmg00p1m1c3y2-python2.7-jenkins-job-builder-2.10.0
├── bin
│   └── jenkins-jobs
├── lib
│   └── python2.7
│   └── site-packages
│   ├── jenkins_job_builder-2.10.0.dist-info
│   │   ├── AUTHORS
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── pbr.json
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── jenkins_jobs
│   ├── alphanum.py
│   ├── alphanum.pyc
│   ├── builder.py
│   ├── builder.pyc
│   ├── cache.py
│   ├── cache.pyc
│   ├── cli
│   │   ├── entry.py
│   │   ├── entry.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── parser.py
│   │   ├── parser.pyc
│   │   └── subcommand
│   │   ├── base.py
│   │   ├── base.pyc
│   │   ├── delete_all.py
│   │   ├── delete_all.pyc
│   │   ├── delete.py
│   │   ├── delete.pyc
│   │   ├── get_plugins_info.py
│   │   ├── get_plugins_info.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── list.py
│   │   ├── list.pyc
│   │   ├── test.py
│   │   ├── test.pyc
│   │   ├── update.py
│   │   └── update.pyc
│   ├── config.py
│   ├── config.pyc
│   ├── constants.py
│   ├── constants.pyc
│   ├── errors.py
│   ├── errors.pyc
│   ├── formatter.py
│   ├── formatter.pyc
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── local_yaml.py
│   ├── local_yaml.pyc
│   ├── __main__.py
│   ├── __main__.pyc
│   ├── modules
│   │   ├── base.py
│   │   ├── base.pyc
│   │   ├── builders.py
│   │   ├── builders.pyc
│   │   ├── general.py
│   │   ├── general.pyc
│   │   ├── helpers.py
│   │   ├── helpers.pyc
│   │   ├── hipchat_notif.py
│   │   ├── hipchat_notif.pyc
│   │   ├── hudson_model.py
│   │   ├── hudson_model.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── metadata.py
│   │   ├── metadata.pyc
│   │   ├── notifications.py
│   │   ├── notifications.pyc
│   │   ├── parameters.py
│   │   ├── parameters.pyc
│   │   ├── project_externaljob.py
│   │   ├── project_externaljob.pyc
│   │   ├── project_flow.py
│   │   ├── project_flow.pyc
│   │   ├── project_folder.py
│   │   ├── project_folder.pyc
│   │   ├── project_freestyle.py
│   │   ├── project_freestyle.pyc
│   │   ├── project_matrix.py
│   │   ├── project_matrix.pyc
│   │   ├── project_maven.py
│   │   ├── project_maven.pyc
│   │   ├── project_multibranch.py
│   │   ├── project_multibranch.pyc
│   │   ├── project_multijob.py
│   │   ├── project_multijob.pyc
│   │   ├── project_pipeline.py
│   │   ├── project_pipeline.pyc
│   │   ├── project_workflow.py
│   │   ├── project_workflow.pyc
│   │   ├── properties.py
│   │   ├── properties.pyc
│   │   ├── publishers.py
│   │   ├── publishers.pyc
│   │   ├── reporters.py
│   │   ├── reporters.pyc
│   │   ├── scm.py
│   │   ├── scm.pyc
│   │   ├── triggers.py
│   │   ├── triggers.pyc
│   │   ├── view_all.py
│   │   ├── view_all.pyc
│   │   ├── view_jobfilters.py
│   │   ├── view_jobfilters.pyc
│   │   ├── view_list.py
│   │   ├── view_list.pyc
│   │   ├── view_pipeline.py
│   │   ├── view_pipeline.pyc
│   │   ├── wrappers.py
│   │   ├── wrappers.pyc
│   │   ├── zuul.py
│   │   └── zuul.pyc
│   ├── parallel.py
│   ├── parallel.pyc
│   ├── parser.py
│   ├── parser.pyc
│   ├── registry.py
│   ├── registry.pyc
│   ├── sphinx
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── yaml.py
│   │   └── yaml.pyc
│   ├── utils.py
│   ├── utils.pyc
│   ├── version.py
│   ├── version.pyc
│   ├── xml_config.py
│   └── xml_config.pyc
└── nix-support
└── propagated-build-inputs
11 directories, 131 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment