How can I get the environment variable from docker file for example I am adding a
ENV URL_PATH="google.com"
in my dockerfile
, so can I get the this URL_PATH
in my Jmeter.jmx
file with the help of User Defined Variable.
On window its working fine with proper {__env(URL_PATH)}
but on docker its not working. How can I solve this problem?