diff --git a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 index e82144bdce..51c1b1fb08 100644 --- a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 +++ b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 @@ -181,7 +181,7 @@ from buildbot.process.properties import renderer def today(props): return datetime.datetime.now().strftime("%Y%m%d") -artifactsdir = Interpolate('{{ public_artifacts_dir }}/%(prop:uuid)s/%(kw:today)s', today=today) +artifactsdir = Interpolate('{{ public_artifacts_dir }}/%(kw:today)s/%(prop:uuid)s', today=today) # create artifacts dir on master factory.addStep(MasterShellCommand(command=["mkdir", '-p', '-m', '0755', artifactsdir],