Commit 29dfe4aa authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'patch-39' into 'master'

Add unitless example for start_in

See merge request gitlab-org/gitlab!20895
parents fec75513 f034883e
...@@ -1247,6 +1247,7 @@ This is useful if you want to avoid jobs entering `pending` state immediately. ...@@ -1247,6 +1247,7 @@ This is useful if you want to avoid jobs entering `pending` state immediately.
You can set the period with `start_in` key. The value of `start_in` key is an elapsed time in seconds, unless a unit is You can set the period with `start_in` key. The value of `start_in` key is an elapsed time in seconds, unless a unit is
provided. `start_in` key must be less than or equal to one week. Examples of valid values include: provided. `start_in` key must be less than or equal to one week. Examples of valid values include:
- `'5'`
- `10 seconds` - `10 seconds`
- `30 minutes` - `30 minutes`
- `1 day` - `1 day`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment