Operating - Workspaces
Workspace is a working directory for a collection of projects. In order to create a workspace for your project, follow the steps below.
- Access Jenkins
- Go into “Workspace_Management” folder and access “Generate_Workspace” job
- Click on “Build with parameters”
- Enter the following parameters:
- WORKSPACE_NAME
The name of the workspace to be generated.
- ADMIN_USERS
Users (emails) that will be given admin (full-access) access to this workspace, comma separated.
- DEVELOPER_USERS
Users (emails) that will be given developer (non-admin jobs) access to this workspace, comma separated.
- VIEWER_USERS
Users (emails) that will be given viewer (read-only) access to this workspace, comma separated.
- WORKSPACE_NAME
- Click “Build”.