Projects provide a way to connect code repositories, and VESSL offers an auto-mount feature that seamlessly integrates those repositories as template volumes during run creation.
You can set up Slack notifications in Project settings by following the demo below:
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.