Posts

Showing posts with the label new project with jenkins

Jenkins Project creation and multiple options for build for Continues integration.

Image
The installation procedure we discussed in the previous blog. We shall start with creation of a new project and find the various built options available with jenkins.  Make sure the Jenkins.war is running using the command prompt using commenad  java -jar jenkins.war. Once it is up and running you will get the login page on setting up of admin password and install recommend plugins as discussed in the previous blog. Log in to the Jenkins dashboard with the admin password. Once logged in you can find the screen as below. Find the "new Item" Click on the new item tab and you will find the below screen. Here we have multiple options. Based on the requirement stated at your company, you will be choosing the project type. You will enter the project name for further access. Here we choose "Freestyle project" to discuss in brief the options available in the jenkins. Lets dive deep inside with options available. As below screen we can find the multiple segments available wi...