-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins 2.289.3
With scripted pipelines I have multiple cloud (Kubernetes) configured and it randomly use one or the other even if the cloud is set in the podtemplate.
podTemplate(inheritFrom: 'selenium-slave',cloud: 'cloudEks') { node('selenium-slave') { ... } }
Am I doing anything wrong here ? With declarative pipelines, it works fine.