Jenkins Setup
Let’s start with Jenkins Setup
Login in to https://jenkins.io/download/
Go to long term support
Click on Generic Java package(.war)
Installer will start downloading
Run the below command on command prompt
Java-jar Jenkins.war
Jenkins is fully up and running
Open http://localhost:8080 and paste the administrator password extracted from password file or it would be visible on command prompt window after you run the installer file on command prompt
A new screen will pop up to set up the username and password
Login in to Jenkins with username and password set in last step
Go to Manage Jenkins-Plugin Manager
Install the required plugins like maven integration,github integration plugin if that is not installed yet
Go to manage jenkins->Global Tool Configuration and add the JDK and Maven settings
We are done with Jenkin Setup now and can configure a pipeline for MuleSoft