Jenkins Setup and Pipeline Configuration
Setup Passwordless Sudo Access
1. Edit the sudoers file safely:
sudo visudo2. Add this line (replace "username" with your deployment user):
username ALL=(ALL:ALL) NOPASSWD: ALL3. Save and exit
Jenkins Installation
1. Update Packages
2. Install Java
3. Add Jenkins Repository Key
4. Add Jenkins Repository
5. Update Packages with Jenkins Repository
6. Install Jenkins
7. Start Jenkins Service
Unistream Configuration
1. Clone Repository
2. Navigate to Directory
3. Run Configuration Script
4. Get Admin Password
Jenkins Configuration
Last updated

