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
Copy file name to clipboardexpand all lines: docs/jobs.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,9 @@ This job is executed inside a running container. Similar to `docker exec`
32
32
-*value*: Boolean, either `false` or `true`
33
33
-*default*: `false`
34
34
-**Environment**
35
-
-*description*: Environment variables you want to set in the running container. Note: ***exec configuration Env is only supported in API#1.25 and above***
35
+
-*description*: Environment variables you want to set in the running container. Note: ***exec configuration Env is only supported in Docker API#1.25 and above***
36
36
-*value*: Same format as used with `-e` flag within `docker run`. For example: `FOO=bar`
37
-
-**INI config**: `Env` setting can be provided multiple times for multiple environment variables.
37
+
-**INI config**: `Environment` setting can be provided multiple times for multiple environment variables.
38
38
-**Labels config**: multiple environment variables has to be provided as JSON array: `["FOO=bar", "BAZ=qux"]`
39
39
-*default*: Optional field, no default.
40
40
@@ -113,7 +113,7 @@ This job can be used in 2 situations:
113
113
-**Environment**
114
114
-*description*: Environment variables you want to set in the running container.
115
115
-*value*: Same format as used with `-e` flag within `docker run`. For example: `FOO=bar`
116
-
-**INI config**: `Env` setting can be provided multiple times for multiple environment variables.
116
+
-**INI config**: `Environment` setting can be provided multiple times for multiple environment variables.
117
117
-**Labels config**: multiple environment variables has to be provided as JSON array: `["FOO=bar", "BAZ=qux"]`
0 commit comments