About the Projects Module
All Projects Page
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
-
External Connections page
-
Docker Credentials page
The project settings are accessible from all these pages by clicking |
Environment Variables Page
- What is an environment variable?
-
An environment variable is a dynamic value that can be referenced in jobs, limiting the need to modify job execution code every time the value of the variable changes.
Environment variables are listed with some basic information, such as name, description, and application level, indicated by 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.
You can create up to 200 environment variables per platform. Once you reach this limit, the create button becomes unavailable, preventing you from creating new environment variables.
To view the information of an environment variable, click it.
A panel opens with the information that you can also edit.
You can define your environment variable as a password.
Select the option is password if your value is a password and must be hidden.
To access this page click Projects >
Environment Variables.
Environment variables can be created at the platform, project, and pipeline level, allowing you to have values dedicated to a specific scope without impacting other projects or pipelines. Therefore, you will find two other Environment Variables pages.
|