Comma-separated list of environment variable (like BUILD_NUMBER) to bind as variables into the script.

For example, if you set this field to BUILD_NUMBER, you can access the BUILD_NUMBER value from the script using:

        ontrack.branch('PRJ', '1.0').build("1.0-${BUILD_NUMBER}", '')