Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Hudson-ci/features/Team Feature White Paper"

m (Team Users)
m (Team Administrator)
Line 15: Line 15:
 
===== Team Administrator =====
 
===== Team Administrator =====
  
A team administrator can add new members to the team, including administrator members, and assign them job create, delete, configure and build privileges, separately.  If a user manages multiple teams, the user can move jobs from team to team.
+
A team administrator can add new members to the team, including administrator members, and assign them job create, delete, configure and build privileges, separately.  A user can be an administrator of multiple teams; in that case, the user can move jobs from team to team.
  
 
===== Team Member =====
 
===== Team Member =====
  
 
A team member can perform the actions granted by a system or team administrator. A user can be a member of multiple teams.
 
A team member can perform the actions granted by a system or team administrator. A user can be a member of multiple teams.

Revision as of 22:48, 15 July 2013

Hudson Teams White Paper

Hudson Teams allows a single Hudson server to behave like multiple Hudson servers, each serving a project team within a single organization.

The Team feature is orthogonal to the configured Security Realm. It honors roles assigned to users and in many ways simplifies the administration of team-aware permissions.

Team Users

There are three categories of team users (which may be specific users or roles assigned to users via the security realm):

System Administrator

A system administrator can manage Hudson, create and delete teams, move jobs from team to team, and administer team privileges. In particular, a system administrator can delegate team administration responsibilities to team administrators.

Team Administrator

A team administrator can add new members to the team, including administrator members, and assign them job create, delete, configure and build privileges, separately. A user can be an administrator of multiple teams; in that case, the user can move jobs from team to team.

Team Member

A team member can perform the actions granted by a system or team administrator. A user can be a member of multiple teams.

Back to the top