Hi all. This is somewhat similar to a previous thread I started, but it holds a slightly different (potential) implementation. I'm wondering if it is possible/feasible to do something like the following:
modules:
jmeter:
properties:
jpgc.repo.address: ./plugins.json
...where plugins.json would be a file that existed in the project with the taurus.yml itself. For each plugin desired, said file would point to the private repo url's.
For multiple reasons, this would be preferable for our operation over hosting a global dependencies json somewhere (and
jmeter-plugins.org is blocked). I've tried a few things off the bat, but figured either my syntax is incorrect, or this flat out is not possible. Suggestions/thoughts?
Thank you.