Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/minghsu0107/jenkins-cheet-sheet
- Owner: minghsu0107
- Created: 2022-07-04T03:49:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T16:59:14.000Z (over 2 years ago)
- Last Synced: 2024-10-29T18:25:18.974Z (3 months ago)
- Topics: docker, jenkins
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.