https://github.com/timvw/custom-jenkins
https://github.com/timvw/custom-jenkins
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timvw/custom-jenkins
- Owner: timvw
- Created: 2019-11-26T05:51:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:57:47.000Z (over 1 year ago)
- Last Synced: 2025-01-01T12:22:23.748Z (5 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```