var annotation tag

1 minute readReference

Synopsis

A description of an individual environment variable and how it should be applied to the current environment to produce the environment for the containing build, make or job.

Attributes

name

Name of the environment variable.

op

Type of environment update represented by this entry. One of add, modify, or delete. The default value is add, which means that the variable should be added to the environment with the given value. modify means that the variable’s value should be replaced with the given value. delete means that the variable should be removed from the environment.

Contents

The variable’s value, or nothing if the op attribute is delete.