You can now cancel a build if it’s taking too long. Seed allows you to cancel builds while they are still generating the build package (or artifacts).

Build cancel button

The build process in Seed is roughly made up of two parts; the serverless package step and the serverless deploy step. If for some reason the build is taking too long to run; you can now cancel the process.

By giving you more control over the build process, Seed can help you better manage the CI/CD pipeline for your Serverless applications. You can read more about cancelling builds in our docs.