I am working on a BitBucket plugin that requires me to run job schedules(withCronExpression) on selected nodes within a cluster.
My question is: Is this possible and how can it be done(snippet of code pls)? Since RunMode only provides RUN_ONCE_PER_CLUSTER, or RUN_LOCALLY; which means Once across the whole cluster or Locally (Jobs scheduled to run locally) respectively.
Thank you…