0 votes
in DevOps by
How to create a new build job in Jenkins?

1 Answer

0 votes
by

The following steps will help you understand how to create a Jenkins job:

Step1: Logon to the Jenkins dashboard and click on the new item at the top left side of the dashboard.

Step2: Enter the item name and click on the freestyle project.

Step3: Enter the details of the project you want to test.

Step4: Enter your repository URL under source code management.

Step5: Under the build, click on add build step, and click on execute Windows batch command.

Step6: After entering the data, click on apply and save the project. 

Step7: Click on Build now button to build the source code.

Step8: To see the status of the build you run, click on the build number and click on the console output.

...