forked from lix-project/hydra
common.tt: fixup refs
This commit is contained in:
parent
8ae2daece7
commit
31c6c26121
|
@ -80,7 +80,7 @@ BLOCK renderFullJobName %]
|
|||
|
||||
|
||||
BLOCK renderFullJobNameOfBuild;
|
||||
INCLUDE renderFullJobName project=build.get_column("project") jobset = build.get_column("jobset") job = build.get_column("job");
|
||||
INCLUDE renderFullJobName project=build.jobset.get_column("project") jobset = build.jobset.get_column("name") job = build.get_column("job");
|
||||
END;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue