Skip to content

Instantly share code, notes, and snippets.

@harlowja
Created August 30, 2017 17:07
Show Gist options
  • Save harlowja/97e62b932d549d894914860d016d1fd1 to your computer and use it in GitHub Desktop.
Save harlowja/97e62b932d549d894914860d016d1fd1 to your computer and use it in GitHub Desktop.
cd jenkins-jobs/
(.venv) LMDV-JHARLOW:jenkins-jobs jxharlow$ tree .
.
├── Jenkinsfile
├── README.rst
├── jenkins_jobs.ini
├── projects
│   ├── battery.yaml
│   ├── build_images.yaml
│   ├── defaults.yaml
│   ├── deploy_bot.yaml
│   ├── deploy_os_deploy.yaml
│   ├── extract_capacity.yaml
│   ├── octavia_amphora.yaml
│   ├── octavia_amphora_promote.yaml
│   ├── redeploy_static_slaves.yaml
│   ├── sync_github.yaml
│   └── validate_ips.yaml
├── requirements.txt
├── scripts
│   ├── battery.groovy
│   ├── build_images.groovy
│   ├── common.groovy
│   ├── deploy.groovy
│   ├── deploy_bot.groovy
│   ├── deploy_os_deploy.groovy
│   ├── extract_capacity.groovy
│   ├── octavia_amphora.groovy
│   ├── octavia_amphora_promote.groovy
│   ├── redeploy_static_slaves.groovy
│   ├── sync_github.groovy
│   └── validate_ips.groovy
├── slaves
│   ├── slave_builder.sh
│   └── sync_statics.py
└── tools
└── validate_yaml.py
4 directories, 30 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment