Creating Jenkins CI/CD using freestyle project for Ashtray game
Create an instance (Ubuntu) using AWS free-tier (t2.micro) and then update & install using the commands below :
#Update the instance
sudo apt-get update -y
curl -fsSL https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key | sudo tee /usr/sh...
paraspahwa.hashnode.dev2 min read