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
Ali
source
to share
2 answers
I just pushed a new commit and it automatically stopped the stuck build and started a new one. No need to wait 6 hours.;)
0
Rafael Beckel
source
to share
This is possible from the user interface in Drone 0.4.
0
anthony_
source
to share