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...
Setup Jenkins Master Slave Configuration on AWS Learn how to setup Jenkins master slave configuration on AWS Setup Jenkins Master Slave Configuration on AWS Prerequisites: 1. Launch 2 AWS EC2 Linux instances (Follow Here). 2. Configure Jenkins on an EC2 Linux instance which will act as Master Node (...
Setup a Jenkins Build Server on AWS EC2 Learn how to setup a Jenkins build server on AWS EC2 Setup a Jenkins Build Server on AWS EC2 Prerequisites: 1. AWS EC2 instance is running. (Follow here). 2. Connect to your EC2 instance with SSH. (Follow here). Steps to Download and Install Jenkins: 1. Run th...
Create a Jenkins CD Pipeline to build node.js and react application using npm Learn how to create Jenkins CD pipeline to build node.js and react application Create a Jenkins CD Pipeline to build node.js and react application using npm Prerequisites:– Clone the Github repository in your local folder ...
Trigger builds with Poll SCM in Jenkins Learn how to trigger builds with poll scm in Jenkins Trigger builds with Poll SCM in Jenkins Configuration: Following schedule will poll the SCM every fifteen minutes and if it finds any commits, then it will automatically trigger a build in Jenkins Schedule f...