orbitalci / orbital

Orbital is a self-hosted CI system for solo/small consulting dev teams. Written in Rust.
GNU General Public License v3.0
29 stars 2 forks source link

Kill by build id #211

Closed tjtelan closed 4 years ago

tjtelan commented 5 years ago

Since we can build on the same hash multiple times, at any moment, it makes more sense to have ocelot kill work by build-id than by hash.


$ ocelot kill -build-id 1234
flag provided but not defined: -build-id
Usage:
  -hash string
        git hash. if not passed, will attempt detect using git commands (default "ERROR")```