| I've seen JENKINS-55865 and also the advanced setting in the UI to add custom tags. We use a groovy code to roll out our Azure cloud config to several Jenkins masters and want to add tags per cloud. I looked into the samples, but couldn't find a `withCloudTags()` method. From what I understand it should be something similar to `withCloudName()`, but taking an array or a map. |