drone build stop

Updated 2 years ago by Admin

This subcommand stops a pending or running build. Please note this command requires push privileges to the repository.

NAME:
drone build stop - stop a build

USAGE:
drone build stop <repo/name> [build]

Example usage, cancels a build by build number:

$ drone build stop octocat/hello-world 42


How did we do?