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
| name | string | yes, default ```""```| A unique name for Jenkins cloud. "" signals the plugin to generate a unique default name for the Cloud. e.g. FleetCloud-jBGChqOP|
14
-
| awsCredentialsId | string | no, default ```null```|[Leave blank to use AWS EC2 instance role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.html)|
15
-
| computerConnector | object | yes | for example ```sshConnector```|
16
-
| region | string | yes |```us-east-2```, full [list](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html)|
17
-
| fleet | string | yes | my-fleet |
18
-
| endpoint | string | no | Set only if you need to use custome endpoint ```http://a.com```|
19
-
| fsRoot | string | no | my-root |
20
-
| privateIpUsed | boolean | no, default ```false```| connect to EC2 instance by private id instead of public |
21
-
| alwaysReconnect | boolean | no, default ```false```||
22
-
| labelString | string | yes ||
23
-
| idleMinutes | int | no, default ```0```||
24
-
| minSize | int | no, default ```0```||
25
-
| maxSize | int | no, default ```0```||
26
-
| minSpareSize | int | no, default ```0``` || minimum number of instances allowed to be idle, ready to pickup work. maxSize overrides minSpareSize. Such instances are exempted from 'Max Idle Minutes Before Scaledown' config.
27
-
| maxTotalUses | int | no, default ```-1``` i.e. unlimited uses || maximum number of times a node can be used. Overrides minSize and minSpareSize, if set.
28
-
| numExecutors | int | no, default ```1```||
29
-
| addNodeOnlyIfRunning | boolean | no, default ```false```||
30
-
| restrictUsage | boolean | no, default ```false```| if ```true``` fleet nodes will executed only jobs with same label |
31
-
| scaleExecutorsByWeight | boolean | no, default ```false```||
32
-
| disableTaskResubmit | boolean | no, default ```false```||
33
-
| initOnlineTimeoutSec | int | no, default ```180```||
34
-
| initOnlineCheckIntervalSec | int | no, default ```15```||
35
-
| cloudStatusIntervalSec | int | no, default ```10```||
36
-
| noDelayProvision | boolean | no, default ```false```||
| name | string | yes, default ```"FleetCloud-XXXXXXXX"```| A unique name for Jenkins cloud. "" signals the plugin to generate a unique default name for the Cloud. e.g. FleetCloud-jBGChqOP |
14
+
| awsCredentialsId | string | no, default ```null```|[Leave blank to use AWS EC2 instance role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.html)|
15
+
| computerConnector | object | yes | for example ```sshConnector```|
16
+
| region | string | yes |```us-east-2```, full [list](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html)|
17
+
| fleet | string | yes | my-fleet |
18
+
| endpoint | string | no | Set only if you need to use custom endpoint ```http://a.com```|
19
+
| fsRoot | string | no | my-root |
20
+
| privateIpUsed | boolean | no, default ```false```| connect to EC2 instance by private id instead of public |
21
+
| alwaysReconnect | boolean | no, default ```false```||
22
+
| labelString | string | yes ||
23
+
| idleMinutes | int | no, default ```0```||
24
+
| minSize | int | no, default ```1```||
25
+
| maxSize | int | no, default ```1```||
26
+
| minSpareSize | int | no, default ```0``` || minimum number of instances allowed to be idle, ready to pickup work. maxSize overrides minSpareSize. Such instances are exempted from 'Max Idle Minutes Before Scaledown' config.
27
+
| maxTotalUses | int | no, default ```-1``` i.e. unlimited uses || maximum number of times a node can be used. Overrides minSize and minSpareSize, if set.
28
+
| numExecutors | int | no, default ```1```||
29
+
| addNodeOnlyIfRunning | boolean | no, default ```false```||
30
+
| restrictUsage | boolean | no, default ```false```| if ```true``` fleet nodes will executed only jobs with same label |
31
+
| scaleExecutorsByWeight | boolean | no, default ```false```||
32
+
| disableTaskResubmit | boolean | no, default ```false```||
33
+
| initOnlineTimeoutSec | int | no, default ```180```||
34
+
| initOnlineCheckIntervalSec | int | no, default ```15```||
35
+
| cloudStatusIntervalSec | int | no, default ```10```||
36
+
| noDelayProvision | boolean | no, default ```false```||
37
37
38
38
## EC2FleetLabelCloud
39
39
40
40
More about this type [here](LABEL-BASED-CONFIGURATION.md)
| name | string | yes, default ```"FleetCloudLabel-XXXXXXXX"```| A unique name for Jenkins cloud. "" signals the plugin to generate a unique default name for the Cloud. e.g. `FleetCloudLabel-jBGChqOP`|
47
+
| awsCredentialsId | string | no, default ```null```|[Leave blank to use AWS EC2 instance role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.html)|
48
+
| computerConnector | object | yes | for example ```sshConnector```|
49
+
| region | string | yes |```us-east-2```, full [list](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html)|
50
+
| endpoint | string | no | Set only if you need to use custom endpoint ```http://a.com```|
51
+
| fsRoot | string | no | my-root |
52
+
| privateIpUsed | boolean | no, default ```false```| connect to EC2 instance by private id instead of public |
53
+
| alwaysReconnect | boolean | no, default ```false```||
54
+
| idleMinutes | int | no, default ```0```||
55
+
| minSize | int | no, default ```1```||
56
+
| maxSize | int | no, default ```1```||
57
+
| maxTotalUses | int | no, default ```-1``` i.e. unlimited uses | | maximum number of times a node can be used. Overrides minSize and minSpareSize, if set.
58
+
| numExecutors | int | no, default ```1```||
59
+
| restrictUsage | boolean | no, default ```false```| if ```true``` fleet nodes will executed only jobs with same label |
60
+
| disableTaskResubmit | boolean | no, default ```false```||
61
+
| initOnlineTimeoutSec | int | no, default ```180```||
62
+
| initOnlineCheckIntervalSec | int | no, default ```15```||
63
+
| cloudStatusIntervalSec | int | no, default ```10```||
64
+
| noDelayProvision | boolean | no, default ```false```||
0 commit comments