A Swarm projectIn Helix Swarm, a group of Helix Server users who are working together on a specific codebase, defined by one or more branches of code, along with options for a job filter, automated test integration, and automated deployment. is made up of a group of Helix Server users who are working together on one or more codelines within the Helix Server. A project's definition includes one or more branches of code, and optionally a jobA user-defined unit of work tracked by Helix Server. The job template determines what information is tracked. The template can be modified by the Helix Server system administrator. A job describes work to be done, such as a bug fix. Associating a job with a changelist records which changes fixed the bug. filter, automated test integration, and automated deployment. This section provides an introduction to the interactions users have with projects. For details about managing projects, see Projects.
To view a list of projects, click the Projects link in the main toolbar.
Logged-in users can choose which projects to display by clicking on the My Projects tab or the All Projects tab. Anonymous users only see the public projects, the My Projects tab is not available to anonymous users:
You can search for Swarm project names and for the content of the project description from the projects page:
Any project names, and descriptions that match the search text are displayed in the project tab:
Switch to the other project tab to display search results for that tab.
View a project by doing one of the following:
https://myswarm.url/projects/project-name
The project Overview tab shows a description of the project.
The project's Overview tab is only displayed if there is a README.md
in the project's mainline.
The README.md
file can contain Markdown text, allowing a formatted description of the project to be provided. For a description of the type of formatting that is supported, see Markdown in projects. For details on how to configure the mainline of a project, see Mainline branch identification.
The following information is displayed in the project sidebar:
The project Activity tab shows the activity stream for the project
The following information is displayed in the project sidebar:
The project Reviews tab shows a list of code reviews specific to the project.
For more details on browsing, filtering, and searching reviews, see Reviews list.
The project Files tab shows a list of files for the project, starting with a folder view representing each branch. Branches are designated with the branch icon .
The project's main branch, identified by using a name such as main, mainline, master, trunk, is sorted to the top of the list of branches and appears in bold. The list of names can be configured, see Mainline branch identification for details.
For more information on browsing files, see Files.
The project Commits tab shows a list of changes made to the project.
For more details on history browsing, see Commits.
The project Jobs tab shows a list of jobs associated with the project.
The Jobs tab is only displayed when the project configuration includes a job filter. See Add a project for details.
For more details on browsing and searching jobs, see Jobs.
Private projects, introduced in Swarm 2016.2, provide a way to make specific projects and their activity less visible to Swarm users. When a project is made private, only the projects owners, moderators, and members, plus users with super privileges in the Helix Server, can see the project, its activity streams, and ongoing reviews.
If you are logged in as an owner, moderator, or member of a private Swarm project, that project appears on the Swarm project page with an eye icon to indicate that it is private and has limited visibility:
Similarly, the eye icon appears beside the project's title when viewing the project. When you hover your mouse over the eye icon, a tooltip appears indicating that this project is indeed private.
The following are important caveats regarding private projects: