I've got a configuration json file that contains t...
# community-support
b
I've got a configuration json file that contains the repository url; is there a way to make that variable accessible to other tasks when the plugin is applied?
1
v
Not fully sure what you mean, but maybe a shared build service that parses the file and provides the result to tasks in the build is what your are after.
b
yes, that's it; thank you
👌 1