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 combine the environment information with some output of the test to give a full report of a run (not using plugins).
相关问题
- How to get the return code of a shell script in lu
- Invoking Mirth Connect CLI with Powershell script
- Jenkins - cmd is not recognized
- Emacs shell: save commit message
- “command not found” errors in expect script execut
Please check
http://yourjenkins-url/env-vars.html/
. All the environment variable can be used by surrounding with${}
After successfully built, You can see output like this: