https://github.com/chimpdelivery/jenkins-controller-docker
https://github.com/chimpdelivery/jenkins-controller-docker
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chimpdelivery/jenkins-controller-docker
- Owner: ChimpDelivery
- Created: 2024-06-11T22:09:35.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-12-01T14:27:57.000Z (6 months ago)
- Last Synced: 2025-12-04T03:25:47.754Z (6 months ago)
- Language: Dockerfile
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
[](https://github.com/ChimpDelivery/Jenkins-Controller-Docker/actions/workflows/docker-image.yml)
## About
Includes a pre-configured Jenkins Docker image and settings for local development.
```powershell
docker compose up -d
docker compose down
```
## Jenkins Defaults (in `docker-compose.yml`)
- url: 127.0.0.1:8080
- username: `chimp`
- password: `chimp`
## References
- [Jenkins - Docker][1]
- [Jenkins - CASC][2]
- [Jenkins - Matrix-Auth CASC Syntax][3]
[1]: https://github.com/jenkinsci/docker
[2]: https://github.com/jenkinsci/configuration-as-code-plugin
[3]: https://github.com/jenkinsci/matrix-auth-plugin/blob/master/src/test/resources/org/jenkinsci/plugins/matrixauth/integrations/casc/configuration-as-code-v3.yml