BusyB: Symbols |
|
|
|
Wherever you enter text in a busyb build file, busyb will do two levels of substitution:
As an example of the use of environment variables, perhaps you would want a step which echos out the path used in a build: <step>
<cmd>echo Value of PATH: $(PATH)</cmd>
</step>For an example of the !(NAME) symbols, see the description of sendMail. You can set both environment variables and symbols on the command line when you start busyb. |