I was wondering if it is possible to access Jenkins environment variables inside the execute shell in configure build? If so can you show me an example please? I need to com
Please check http://yourjenkins-url/env-vars.html/. All the environment variable can be used by surrounding with ${}
http://yourjenkins-url/env-vars.html/
${}
After successfully built, You can see output like this: