Devops Lab -Install Jenkins in Cloud
Devops Lab -Install Jenkins in Cloud
Aim:
Install and configure Jenkins on a cloud server to automate the build and deployment processes.
Algorithm:
1: Install JDK on VM
ssh user@your-vm-ip
sudo apt update
sudo apt install default-jdk
Result:
The above procedure is executed and completed successfully.