This project configures Jenkins infrastructure locally out of the box
Steps for running a Jenkins instance locally based on docker containers
docker-compose up
.
├── local # local Jenkins instance
│ ├── Dockerfile # Docker file
│ ├── fs # Jenkins File System
│ │ └── jobs
│ │ └── seed # Job generator
│ │ └── config.xml # Config.xml file
│ └── plugins.txt # Plugins file
│
└── docker-compose.yml # Docker compose file
- Edit plugins.txt file (format: pluginId:Version)
- Further details about plugins
- Docker (Version 1.8.0 onwards)