Dashboard > Pulse v2.0 > ... > executable > environment
  Pulse v2.0 Log In | Sign Up   View a printable version of the current page.  
  environment
Added by Jason Sankey, last edited by Jason Sankey on Nov 18, 2008  (view change)
Labels: 
(None)

Pulse Manual Index

Environment

The environment element is used to bind a value to a named variable in the environment of a process executed via an executable command. This element will have no effect on operating systems that do not support environmental variables.

Attributes

Attribute Description Required? Default
name The name of the environment variable to set. Yes  
value The value to bind to the environment variable. Yes  

Child Elements

None.

Examples

Set the environmental variable "DEBUG" to "1" when executing a make:

<make name="build" targets="all">
    <environment name="DEBUG" value="1"/>
</make>

Zutubi wiki is Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.10 Build:#528 Nov 29, 2006) - Bug/feature request - Contact Administrators