How to install EB CLI to Jenkins on AWS
Hi!
In this post, I'm gonna show you how to install EB CLI to your ec2 instance, so you can call it from your Jenkins pipeline.
Let's get to it!
Step 1: Switch to root user
You can achieve this with the following Linux command:
sudo su
Step 2: Insta...
devopsformula.hashnode.dev1 min read