Hello.
Please, anyone who can help me.
Is there any way to retrieve the annotations of a pod from within the node?
The premise is that
pod is not being created in the pipeline.
```groovy
def podCloud = "JenkinsCloudKubernetesPodTemplateName"
node(podCloud) {
// get pod annotations
stage("Checkout") {
}
// more stages
}
```