JenkowWorkflowRepository repo = JenkowPlugin.getInstance().getRepo();
repo.ensureWorkflowDefinition("wf1");
FreeStyleProject launcher = createFreeStyleProject("j1");
DescribableList<Builder,Descriptor<Builder>> bl = launcher.getBuildersList();
bl.add(new JenkowBuilder("wf1"));
bl.add(new Shell("echo wf.done"));
configRoundtrip(launcher); // work around the problem in the core of not registering our builder's project actions
testImage("job/j1/jenkow/graph","default");
testImage("job/j1/jenkow/graph/0","0");