Install Jenkins on Docker

access_time 2022-06-28T17:12:16.762Z face Bijan Patel
Install Jenkins on Docker Learn how to install Jenkins on Docker Install Jenkins on Docker     docker version To Install Docker download the Docker Desktop on Windows and follow the instructions here. Installation Steps: 1. Create a bridge network in Docker using the following command: 2. Create the...

Create your first job in Jenkins

access_time 2022-06-28T16:26:12.579Z face Bijan Patel
Create your first job in Jenkins Learn how to create your first job in Jenkins Create your first job in Jenkins 1. Clone this sample GitHub repository in your local (https://github.com/patebija/HelloWorldExample.git). 2. Go to Jenkins Dashboard and click on New Item. 3. Enter any item name “SimpleJa...

Connect to AWS EC2 instance using SSH

access_time 2022-06-28T15:48:59.18Z face Bijan Patel
Connect to AWS EC2 instance using SSH Learn how to connect to AWS EC2 instance using SSH Connect to AWS EC2 instance using SSH Prerequisites: 1. AWS EC2 instance is running. (Follow here). 2. Putty is installed in your local machine. (Download Link) 3. Convert your private key using PuTTYgen . PuTTY...

Launch an EC2 Linux instance in AWS

access_time 2022-06-28T15:39:45.675Z face Bijan Patel
Launch an EC2 Linux instance in AWS Learn how to launch an EC2 Linux instance in AWS Launch an EC2 Linux instance in AWS Prerequisite: We’ll be using all the options which are eligible under the AWS Free tier account. To follow along this tutorial please create a Free tier eligible account in AWS. S...

Setup & Run Jenkins Job with Selenium Project on AWS EC2 Linux Server

access_time 2022-06-28T15:06:45.153Z face Bijan Patel
Setup & Run Jenkins Job with Selenium Project on AWS EC2 Linux Server Learn how to setup Jenkins with Selenium on AWS EC2 Linux Server Setup & Run Jenkins Job with Selenium Project on AWS EC2 Linux Server Prerequisites: 1. AWS EC2 instance is running. (Follow here) 2. Connect to your EC2 instance wi...