About Projects
All Projects Page
- What is a project?
-
A project is an entity set up within a platform in which you can create apps, jobs, and pipelines. Projects are isolated from each other and this allows you to manage their access rights.
By default, the page opens when you click the Projects module. It gives you the list of the existing projects and enables you to delete them and create new ones.
Click a project to open it and access its:
-
Jobs page
-
Pipelines page
-
Apps page
-
Storage page
-
Docker Credentials page
The project settings are accessible from all these pages by clicking Project settings in the right-hand corner of the pages. |
Environment Variables Page
Environment variables are listed with some basic information, such as the name and description. Its application level is also indicated with the Global
label.
At the platform level, the Environment Variables page allows you to access, create, and edit only the global environment variables, that is, environment variables defined for all projects on the platform.
Click the environment variable to view its information. A panel opens. You can edit its information from this panel.
You can create up to 200 environment variables per platform. When you reach this limit, the create button becomes unavailable, preventing you from creating new environment variables.
Environment variable can be defined as passwords. Select the option is password if your value is a password and must be hidden.
To access this page click
.
Environment variables can be created at the platform, project, pipeline, and app level, allowing you to have values dedicated to a specific scope without impacting the others. Therefore, you will find an Environment Variables page for each scope.
|