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
}
```
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-users/65ae59a0-d9cd-4d5d-a22c-d81639f4cd23n%40googlegroups.com.