We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We're allowing Netlify Build to access DeploysController#cancel in order to cancel the currently running build.
DeploysController#cancel
We should document it here so we can access it from the Javascript SDK used by Netlify Build.
This is part of the deploys controller, but it also cancels the underlying build if that's still running.
Requested by netlify/build#241 (comment)
The text was updated successfully, but these errors were encountered:
utils.build.cancel()
Closed by #217
Sorry, something went wrong.
vbrown608
No branches or pull requests
We're allowing Netlify Build to access
DeploysController#cancel
in order to cancel the currently running build.We should document it here so we can access it from the Javascript SDK used by Netlify Build.
This is part of the deploys controller, but it also cancels the underlying build if that's still running.
Requested by netlify/build#241 (comment)
The text was updated successfully, but these errors were encountered: