How to stop (kill) an assembly in a drone
Is there a way to kill the drone build before it ends or ends?
The default timeout in drone is 6 hours ( https://github.com/drone/drone/blob/master/cmd/drone/drone.go#L32 ) And if you have a bug in your file that is just stuck, you you need to wait 6 hours.
This is especially annoying if you have a limited number of concurrent builds. My question is about the standalone open source version, not the hosted version if it has any meaning.
+3
source to share