

You will see your project name on the dashboardĬlick on the project name and you will enter in the Project or a Job. Leave this screen and move to Dashboard by clicking Jenkins. So it kind of becomes a primitive choice.Ĭoming back to creating the workspace, just select Freestyle project by clicking on it and press OK. The workspace will be created. And most of all, the majority of plugins are written for freestyle projects in Jenkins. So basically freestyle project is something which is very flexible and which lets you build, run and execute a variety of things.
#COMMENT IN BATCH SCRIPT EXAMPLE SOFTWARE#
This is called "free-style software project" in Jenkins. If you visit the development guide of Jenkins, you will see that they specify a freestyle project as Jenkins can be used to perform the typical build server work, such as doing continuous/official/nightly builds, run tests, or perform some repetitive batch tasks. These builds can include shell scripts, dos scripts or maybe invoke ant etc. What is a freestyle project?Ī freestyle project is a project in which you can run any types of build. Now if you read the lines below Freestyle project in Jenkins, they are a little confusing. We will be using Freestyle project in this tutorial. Every project is defined with couple of lines. We will come to all these things a little later but for now, let's just create a new Jenkins Job.Ģ.Write any name you like, we are using Postman Collection hereīelow you will see a list of different projects you can start. With in that you can look at the results, console, reports etc at the one place. Jenkins Job is a parent element and sometimes also referred as project.


Although the transition is not very tough and we have previously discussed also, but still if you have other OS than Windows, please know the transition commands beforehand.
#COMMENT IN BATCH SCRIPT EXAMPLE HOW TO#
In the previous tutorial of How to Install Jenkins, we successfully installed and run Jenkins on our system.
