[v2] add template userfunc with runner internals (like jobid, runid, etc)
Open
@mimir-d is already working on this.
Since Aug 23, 2022.
enhancement
good first issue
v2_overhaul
- Dominant language
- Go
- Stars
- 20
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
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
```json
"param": "sftp://server/logs/job_{{ contest jobid }}_run_{{ contest runid }}"
```
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.