github jenkinsci/kubernetes-plugin kubernetes-1.17.0
1.17.0

latest releases: 4423.vb_59f230b_ce53, 4419.v36079e3b_eb_5b_, 4416.v2ea_b_5372da_a_e...
6 years ago

Release highlights

Label is no longer required when using podTemplate keyword.

Just use

podTemplate(yaml: """
...
""")
	node(POD_LABEL) {
	   ...
	}
}

The POD_LABEL variable will be automatically filled within the podTemplate block with a value derived from the current build id and some randomness to make it unique.

If a KubernetesComputer disconnects, the KubernetesSlave is now removed

It will also abort the corresponding build. This is super useful when running on top of EC2 Spot instances for example as it will prevent the build from waiting forever for the agent to reconnect (spoiler: it won't).

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

  • Jenkins core 2.176.1
  • Workflow-support 3.3
  • Workflow-step-api 2.20
  • Workflow-durable-task-step 2.32

Don't miss a new kubernetes-plugin release

NewReleases is sending notifications on new releases.