contest icon indicating copy to clipboard operation
contest copied to clipboard

[v2] add template userfunc with runner internals (like jobid, runid, etc)

Open mimir-d opened this issue 2 years ago • 0 comments

depends on #135

New feature: add a template function that gives access to current jobid and runid. This is useful for plugins that specify storage paths for example, that should be parametrized by jobid. Proposal

"param": "sftp://server/logs/job_{{ contest jobid }}_run_{{ contest runid }}"

mimir-d avatar Aug 23 '22 14:08 mimir-d