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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Please see the [examples](./examples/) folder.
44
44
| jenkins_workers_num_executors | The number of concurrent jobs that can run on each Jenkins worker | string |`1`| no |
45
45
| jenkins_workers_preemptible | Whether to launch Jenkins workers as preemptible instances | string |`false`| no |
46
46
| jenkins_workers_project_id | The GCP project to deploy Jenkins workers within | string | - | yes |
47
-
| jenkins_workers_region | The name of the region into which to deploy Jenkins workers | string |`us-east4`|no|
47
+
| jenkins_workers_region | The name of the region into which to deploy Jenkins workers | string |-|yes|
48
48
| jenkins_workers_retention_time_minutes | The number of minutes for Jenkins workers to remain online after completing their last job | string |`6`| no |
49
49
| jenkins_workers_run_as_user | The user to run Jenkins jobs as on workers | string |`ubuntu`| no |
50
50
| jenkins_workers_service_account_email | The service account email to assign to Jenkins workers. Leave blank for the default compute service account | string | `` | no |
0 commit comments