Jenkins node label to bind.
If left blank, one will be generated for you,
and inside the step it will be bound to the variable POD_LABEL
so you can use this as the argument to the node
step.
Example:
podTemplate(...) {
node(POD_LABEL) {
// some steps
}
}