Jonathan Newman

Results 1 issues of Jonathan Newman

When the NodeProvisioner is building agents in the provision step: https://github.com/jenkinsci/kubernetes-plugin/blob/307d9791dcf7dfc3bbbcbdf1a7eab44ed752a4c8/src/main/java/org/csanchez/jenkins/plugins/kubernetes/KubernetesCloud.java#L536 it currently loops through the number of nodes to provision. This is implemented in the StandardPlannedNodeBuilder, and is done...

enhancement