How can you setup Jenkins jobs?

devquora
devquora

Posted On: Mar 02, 2020

 

Follow the steps to create a Jenkins job.

  1. Click a new item on the Jenkins dashboard.
  2. Next, enter the Item name and then specify the details of the job on the next screen.
  3. Then, specify the location of files that needs to be built. Enter the URL of the local GIT repository or the remote URL where your repository is hosted on the GitHub.
  4. Create a build section and add windows batch command and click the build now option to successfully define the Jenkins job.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Jenkins Interview Questions

    What is continuous delivery in jenkins?

    Continuous Delivery is a process, where code changes are automatically built, tested, and prepared for a release to production...

    Jenkins Interview Questions

    What is Jenkins?

    Jenkins is an open-source automation tool with a powerful plugin architecture that helps development teams automate their software lifecycle. Jenkins is used to implementing many industry-leading comp...

    Jenkins Interview Questions

    What is a Jenkins slave?

    A Slave, in Jenkins, is a Java executable that operates on a remote computer. The main characteristics of Jenkins slaves are that it understands requests from the Jenkins master instance, slaves can w...