https://github.com/arnabd64/jenkins-deployment-guide
How to deploy Jenkins master server & agent node?
https://github.com/arnabd64/jenkins-deployment-guide
ci jenkins jenkins-pipeline
Last synced: 23 days ago
JSON representation
How to deploy Jenkins master server & agent node?
- Host: GitHub
- URL: https://github.com/arnabd64/jenkins-deployment-guide
- Owner: arnabd64
- License: mit
- Created: 2024-09-12T06:50:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T08:09:43.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T01:42:01.884Z (over 1 year ago)
- Topics: ci, jenkins, jenkins-pipeline
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jenkins Deployment Guide
A written guide on how to deploy a Jenkins CI server along with various Agent Nodes using Docker.
# Contents
1. [Deploy Jenkins Server](./pages/standalone-docker.md)
2. [Compose file for Standalone Jenkins](./pages/standalone-docker-compose.md)
3. [Jenkins Agents](./pages/jenkins-agents.md)
4. [Launching Preconfigured Jenkins Agents](./pages/preconfigured-agents.md)
5. [How to write a Dockerfile for custom Jenkins Agents](./pages/custom-agents.md)
Feel free to raise any issues or ask any questions related to my guide and I will happily answer your queries or fix any errors in my guide. You can also fork my guide and make your own contributions.
# Author
+ [`arnabd64`](https://github.com/arnabd64)