-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
kubernetes plugin 3670.v6ca_059233222
The readme of this plus says the default of cloud parameter is "kubernets"
"cloud: The name of the cloud as defined in Jenkins settings. Defaults to kubernetes."
However, the plugin describes
"The Kubernetes cloud to use to schedule the pod. If unset, the first available Kubernetes cloud will be used."
In fact, the plugin chooses the first cloud if "cloud" is unset.
- is duplicated by
-
JENKINS-68606 Wrong cloud node configuration selected while using inherit from
-
- Open
-
[JENKINS-69104] Inconsiste between plugin description and readme when "cloud" is not defined
Description |
Original:
The readme of this plus says the default of cloud parameter is "kubernets"
"cloud: The name of the cloud as defined in Jenkins settings. Defaults to kubernetes." However, the plugin describes "The Kubernetes cloud to use to schedule the pod. If unset, the first available Kubernetes cloud will be used." [https://github.com/jenkinsci/kubernetes-plugin/blob/master/src/main/resources/org/csanchez/jenkins/plugins/kubernetes/pipeline/PodTemplateStep/help-cloud.html] In fact, the plugin doesn't choose the first cloud if "cloud" is unset. |
New:
The readme of this plus says the default of cloud parameter is "kubernets"
"cloud: The name of the cloud as defined in Jenkins settings. Defaults to kubernetes." However, the plugin describes "The Kubernetes cloud to use to schedule the pod. If unset, the first available Kubernetes cloud will be used." [https://github.com/jenkinsci/kubernetes-plugin/blob/master/src/main/resources/org/csanchez/jenkins/plugins/kubernetes/pipeline/PodTemplateStep/help-cloud.html] In fact, the plugin chooses the first cloud if "cloud" is unset. |
Link | New: This issue is duplicated by JENKINS-68606 [ JENKINS-68606 ] |
Hi, feel free to file a pull request to fix the README.