Shell Scripting for Jenkins
Shell Scripting for Jenkins
bin/bash
echo
#To update & update the packages
sudo yum update -y
sudo yum upgrade -y
#To install the java for jenkins (we need jdk-11 or jdk-17 for jenkins)
sudo yum install -y java-17-amazon-corretto -y