Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noqcks/docker-jenkins
A dockerized jenkins that doesn't require setup wizard
https://github.com/noqcks/docker-jenkins
docker jenkins
Last synced: 21 days ago
JSON representation
A dockerized jenkins that doesn't require setup wizard
- Host: GitHub
- URL: https://github.com/noqcks/docker-jenkins
- Owner: noqcks
- Created: 2017-07-07T20:35:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-07T20:36:59.000Z (over 7 years ago)
- Last Synced: 2024-10-05T12:41:43.062Z (3 months ago)
- Topics: docker, jenkins
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockerized Jenkins
For testing and such. It requires using the setup wizard initially, but after that all your changes
are stored in `jenkins_home` and can be used on a second docker build.## Boot
first build
```
docker build -t jenkins .
```then run
```
docker run --name jenkins -p 8080:8080 -p 50000:50000 -v ./jenkins_home:/var/jenkins_home jenkins
```## Misc
- [get jenkins plugin list](https://gist.github.com/noqcks/d2f2156c7ef8955619d45d1fe6daeaa9)