...
Install the required version of Jenkins.
Download the specific version "jenkins.war" (e.g., version 2.401.1).
Navigate to the download folder using the terminal: cd Downloads
List all items in the Downloads folder: ls
Run Jenkins on a different port since the default port 8080 might be in use: java -jar jenkins.war --httpPort=9090
Search for Maven in the terminal: brew search mvn
Install Maven: brew install mvn
Install JDK. Once Jenkins is running, go to Dashboard > Manage Jenkins > Tools, fill in the JDK details, and set the “Java_home.”
...
Install maven, Once Jenkins is running, go to Dashboard > Manage Jenkins > Tools, fill in the maven details, and set the “maven_home”. refer screenshot.
After Jenkins Installation
...
Install the Jenkins Plugin for RMsis:
Go to Manage Jenkins > System Configuration.
Under System Configuration, click on "Plugins".
Click on the gear icon for "Advanced Settings" on the left side of the Jenkins dashboard.
Upload the RMsis Plugin for Jenkins. Download it from the following link: RMsis Jenkins PluginRefer to the attached image for guidance.
Deploy the plugin and configure the Jira RMsis Server:
Open Jenkins Global Configuration.
Navigate to Dashboard > Manage Jenkins > System > Jira RMsis Server Configuration.
Input credentials to access the JIRA+RMsis server.
Multiple Jira RMsis Server instances can be stored here, e.g., test and production instances.
Required details include:
Jira Base URL
Username
Password
Click on "Test Configuration" to verify the details and then Save the configuration. Refer to the attached image for Global configuration.
...