Hey DevOps friends! π
Iβve just created a dedicated GitHub repository to help anyone get up and running with Jenkins in minutes. Whether youβre a total beginner or need a quick refresher, this repo walks you through the installation and basic configuration steps.
π Repository: Jenkins-Installation
π github.com/AmanDeol063/Jenkins-Installation
π Whatβs Inside?
- Step-by-Step Installation Guide β Instructions for installing Jenkins on Ubuntu and Windows β Tips on choosing the right Java version
- Initial Configuration Scripts β Automated scripts for setting up your first admin user β Example plugins list to kickstart your CI/CD pipeline
-
Dockerized Jenkins Option
β Dockerfile and
docker-compose.yml
for container-based installations - Troubleshooting Notes β Common pitfalls (port conflicts, Java heap settings) and how to resolve them
- README with Screenshots β Visual walkthrough of the Jenkins dashboard and job creation
π How to Get Started
- Clone the repo:
git clone https://github.com/AmanDeol063/Jenkins-Installation.git
cd Jenkins-Installation
- Follow the OS-specific guide in the
/docs
folder. - Run the provided setup script (
setup.sh
orsetup.ps1
). - Open your browser at
http://localhost:8080
and complete the initial setup.
π€ Collaboration & Feedback
- β Star the repo if you find it useful!
- π Report issues or share improvements by opening an issue.
- π‘ Suggest features: Want me to add pipeline examples, more platforms, or plugin recommendations? Let me know!
Feel free to follow me on GitHub to stay updated with new tutorials and sample pipelines.
Thanks for checking it outβhappy automating! π
Top comments (0)