in src/org/apache/jackrabbit/vault/PipelineSupport.groovy [33:38]
static PipelineSupport getInstance() {
if (INSTANCE == null) {
throw new IllegalStateException("createInstance has not been called before, not wrapped in vaultPipeline step?")
}
return INSTANCE
}