How to create a new project in Jenkins?

How to create a new project in Jenkins?

Hi Jacqueline

To create a new project in Jenkins, follow these steps:

  1. On your Jenkins Dashboard, head to New Item.
  2. Enter a name for your project in the “Enter an item name” field.
  3. Choose a project type (e.g., “Freestyle project”).
  4. Click “OK”, This will take you to the project configuration page.
  5. Set up source code management, build triggers, build steps, post-build actions, etc., as required.
  6. Click the “Save” button at the bottom of the page to create the project.

Your new Jenkins project (job) is now created and ready for further configuration or to start a build.