Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/minghsu0107/jenkins-cheet-sheet

A simple guide to help you set up and configure a Jenkins server.
https://github.com/minghsu0107/jenkins-cheet-sheet

docker jenkins

Last synced: about 2 months ago
JSON representation

A simple guide to help you set up and configure a Jenkins server.

Awesome Lists containing this project

README

        

# Jenkins Cheat Sheet
A simple guide to help you set up and configure a Jenkins server.
## Deployment
1. Run the following command to start Jenkins:
```bash
docker-compose up
```
2. Open a browser on http://localhost:8080
3. Run the initial setup wizard. Choose `recommended plugins`

Note that the admin password is dumped on the log.