def build = manager.build;
if(manager.build.getResult() == Result.SUCCESS){
nivel = build.getBuildVariables().get("nivel");
if(matcher != null && nivel == "completo"){
//Here I would to get a Job by name
//And build the job name
}
}