How to create a new project in Jenkins?
Hi Jacqueline
To create a new project in Jenkins, follow these steps:
- On your Jenkins Dashboard, head to New Item.
- Enter a name for your project in the “Enter an item name” field.
- Choose a project type (e.g., “Freestyle project”).
- Click “OK”, This will take you to the project configuration page.
- Set up source code management, build triggers, build steps, post-build actions, etc., as required.
- 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.