You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`image` - (Optional) [Machine image](#machine-images) to run the task with.
41
41
-`parallelism` - (Optional) Number of machines to be launched in parallel.
42
42
-`directory` - (Optional) Local directory to synchronize.
43
-
-`environment` - (Optional) Map of environment variable names and values for the task script. Empty string values are replaced with local environment values.
43
+
-`environment` - (Optional) Map of environment variable names and values for the task script. Empty string values are replaced with local environment values. Empty values may also be combined with a [glob](<https://en.wikipedia.org/wiki/Glob_(programming)>) name to import all matching variables.
44
44
-`timeout` - (Optional) Maximum number of seconds to run before termination.
0 commit comments