RELEASED: Public: November 15, 2023
New features
- Support for
triggerRemoteJobfor High Availability (HA) controllers (BEE-40388) -
This adds support for the
triggerRemoteJobstep within High Availability (HA) controllers. - Make Remote Directory API compatible with HA controllers (BEE-41691)
-
This changes the transport used by the Remote Directory API to use HTTP instead of Remoting, in order to provide compatibility with High Availability (HA)controllers.
This can be turned off using
-Dcom.cloudbees.opscenter.client.plugin.RemoteDirectoryServiceImpl.useHttp=falsein case of a compatibility issue.