Jenkins Setup on Ubuntu
Steps to Use the Script
Create a file name Jenkins.sh
Copy and paste the below script and save the file.
Make the Jenkins.sh file executable.
Run the script.
#!/bin/bash
sudo apt update
sudo apt install openjdk-11-jdk -y
sudo apt install maven ...
skyrunner.hashnode.dev1 min read