@Override
public boolean perform(AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException {
try {
new DockerBuilderControlOptionStopAll(remove).execute(build);
} catch (DockerException e) {
throw new RuntimeException(e);
}
return true;