Project
Auto-mount repository & Slack notification
Auto-mount your repository
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.
Take a quick tour to learn how to set up the auto-mount feature using the demo below.
Slack notification
You can set up Slack notifications in Project settings by following the demo below:
Slack notification detailed setup
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.