Documentation Home

You are viewing an old version (v. 2) of this page.
The latest version is v. 50, last edited on Feb 25, 2019 (view differences | )
<< View previous version | view page history | view next version >>
Release Highlights

New features

Bug fixes

Important Changes
  • Dashboards now can only be edited by administrator and owner
  • The cloud profile API has been changed, and you should change your custom cloud profile plugin in below areas:
    1. Your plugin class should override method getSettingIndependentExtensions to use below implementation:
      return getExtensions();
      
    2. UserDataRetriever is removed, and the logic there should be moved into method getNodeLaunchData of the class implementing the extension point NodeCloud
  • Property password of Perforce repository is replaced with credential. If you have script to get perforce password as below:
    repositories.get("p4").password
    

    You should change it as:

    repositories.get("p4").credential.password
    
Documentations
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.