Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)