Cloud Foundry UAA Authentication Plugin 2.1.2

1 minute read

RELEASED: Public: 2017-11-30

New features

None

Resolved issues

  • CloudBees Internal Ticket: [CJP-7397]

    Fixed an issue preventing from loading more than 50 organizations for a user.

This limit has been raised to 500 by default and can be raised by setting

# N is the max number of organizations to be retrieved
-Dcom.cloudfoundry.jenkins.cloudfoundryoauth.backends.ApiServerClient.maxOrganizations=N

in the java command line starting Jenkins. Please note that this will increase the memory consumption of your Jenkins instance.

Known issues

None