Creating a Project

To create a project, click NEW PROJECT on the run page.

Basic information

On the project create modal, you should specify the name of the project. Note that the project name should be unique within the organization.

Slack notification

Once you have created a project, you can create a Slack notification in project settings page. Notifications are based on the status of a run within a project. Supported template variables are as follows:

  • {{project_name}}: The name of the project.
  • {{run_name}}: The name of the currently running job.
  • {{status}}: The status of the run at the time the notification is sent.
  • {{last_logs}}: The most recent n logs from the run.
  • {{exit_code}}: The exit code returned when the run completes.