|
|
@@ -117,7 +117,6 @@ public class JavaImageBuildHandler extends AbstractHandler {
|
|
|
}
|
|
|
});
|
|
|
} catch (Exception e) {
|
|
|
- context.setResult(context.getResult() + "IMAGE BUILD DETAILS:" + sb.toString());
|
|
|
context.appendErrorResult(PipelineException.IMAGE_BUILD_ERROR, e);
|
|
|
throw new PipelineException(HttpStatus.SC_SERVICE_UNAVAILABLE, PipelineException.IMAGE_BUILD_ERROR, e);
|
|
|
}
|