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...
Trigger builds periodically in Jenkins Learn how to trigger builds periodically in Jenkins Trigger builds periodically in Jenkins Configuration: If you want to build your project every fifteen minutes, you can use the following schedule “H/15 * * * *” in the build periodically configuration for your...
Webhook integration with local Jenkins using ngrok Learn how to integrate webhook with local Jenkins using ngrok Webhook integration with local Jenkins using ngrok What is ngrok? ngrok exposes local servers behind NATs and firewalls to the public internet over secure tunnels. It connects to the ngro...