About the Projects Module

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.

All Projects Page

The The "All Projects" page icon is a folder and the same as the "Projects" module. All Projects page gives you access to the platform’s project library.

By default, the page opens when you click the The "Projects" module icon is a folder. 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:

The project settings are accessible from all these pages by clicking The settings icon is a gear. Project settings in the right-hand corner of the pages.

Environment Variables Page

This The "Environment variables" module icon is a rectangle with the "VAR" written in it. Environment Variables page gives you access to the platform’s environment variables.

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 badge envvar global label.

At the platform level, the Icon for environment variables 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 The "Projects" module icon is a folder. Projects > The "Environment variables" module icon is a rectangle with the "VAR" written in it. 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.

  • Within a project: At this level, the The "Environment variables" module icon is a rectangle with the "VAR" written in it. Environment Variables page gives you access to the environment variables defined for the selected project but also to the global environment variables. However, you can only create and edit environment variables for the project.
    For more information, see the Environment Variables page of a project.

  • Within a pipeline: At this level, the The "Environment variables" module icon is a rectangle with the "VAR" written in it. Environment Variables page gives you access to the environment variables defined for the selected pipeline but also to the project and global environment variables. However, you can only create and edit environment variables for the pipeline.
    For more information, see the Environment Variables page of a pipeline.