Working with projects
This site is the new docs site currently being tested. For the actual docs in use please go to https://www.jenkins.io/doc. |
Jenkins uses projects (also known as "jobs") to perform its work. Projects are defined and run by Jenkins users. Jenkins offers several different types of projects, including:
Darin Pope provides a summary of the differences between Pipeline projects and freestyle projects in this video.
Copying projects
Copy an existing project by clicking the "New Item" link on the side panel. Enter the name of the destination project in the "Item name" field. Insert the name of the source project into the "Copy from" field. The existing project will be copied to a new project with the name that was entered in the "Item name" field.