Jet cleanup

1 minute read
End-of-life announcement

CodeShip will officially reach end-of-life on January 31, 2026.

To continue CI/CD services at current CodeShip pricing levels, transition to CloudBees Unify.

Next steps:

Description

Remove docker resources left behind by Jet.

Usage

jet cleanup [flags]

Flags

Name, shorthand

Description

--debug

Enables debug output

--dry-run

Provides a list of items to be removed by the cleanup command.

Extended description

With jet cleanup you can be sure that Jet removes any leftover containers, networks and all other Docker build artifacts of your local build run.

Typically, cleanup happens by default but the jet cleanup command allows you to invoke it manually if there are any issues that prevent Jet from completing.

Examples

Cleanup Dry Run

$ jet cleanup --dry-run Would remove container "/jet-service-tests"