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

https://github.com/timvw/custom-jenkins


https://github.com/timvw/custom-jenkins

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Custom Jenkins

Example of how to leverage [Jenkins docker](https://github.com/jenkinsci/docker/blob/master/README.md) and [configuration-as-code-plugin](https://github.com/jenkinsci/configuration-as-code-plugin) to run a fully configured Jenkins

## Usage

Generate jobs for bitbucket projects:
```bash
./generate_jobs.sh
```

Build the image:
```bash
./build.sh
```

Run the image:
```bash
./run.sh
```