Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jenkinsci/vsphere-cloud-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5ff34be35c62ff7539a4e7c3fcfe7e7867e45c30
Choose a base ref
..
head repository: jenkinsci/vsphere-cloud-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 256eaf46f11154787206b3a0beb2972ef2c9580a
Choose a head ref
Showing with 9 additions and 9 deletions.
  1. +9 −9 src/main/resources/org/jenkinsci/plugins/vSphereCloudSlaveTemplate/help-instancesMin.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<div>
Number of VM instances to be provisioned beforehand.<br>
This allows to speed up jobs execution by starting them immediately without waiting for a VM to get booted.<br>
<dt>If set to 0:</dt>
The number of VMs to be provisioned beforehand.<br>
This allows to speed up CI runs by starting them immediately without waiting for a VM to get booted.<br>
<dt>If the number set to 0:</dt>
<dd>No VMs provisioned in advance.</dd>
<dt>If number is bigger than 0:</dt>
<dd>Plugin provisions new VMs to meet the value.</dd>
<dt>If the number is bigger than 0:</dt>
<dd>The plugin provisions new VMs to meet the value.</dd>
<dt>If Keep-Until-Idle retention strategy is used along with this option:</dt>
<dd>Busy VMs are counted as reuseable, so plugin will not provision more VMs even if all of them are currently busy.</dd>
<dd>Busy VMs are counted as reuseable, so the plugin will not provision more VMs even if all of them are currently busy.</dd>
<dt>If Run-Once retention strategy is used along with this option:</dt>
<dd>Busy VMs are counted as non reusable, so plugin will provision more VMs to meet the value.<br>
<dd>Busy VMs are counted as non reusable, so the plugin will provision more VMs to meet the value.<br>
When at maximum capacity new VM will be added after an old VM is gone.</dd>
<dt>If instances Min is bigger than instance Cap:</dt>
<dd>Plugin will provision max number of VMs specified in instance Cap (the smallest of cloud and template options).</dd>
Plugin checks number of running VMs once in 2 minutes.
<dd>The plugin will provision max number of VMs specified in instance Cap (the smallest of cloud and template options).</dd>
The plugin checks the number of running VMs once in 2 minutes.
</div>