Release Notes

Public

 6.0.16.812: Feb 21 2017

New

This is the fifth release of the new Plastic SCM 6.0 series. It includes important core improvements and features. It is published in the "labs" channel instead of the official one because there are some important design changes still to be delivered, although it is stable enough to be used in production.

New

Gluon: now, both file and directory sizes are displayed on the "configure workspace" mode. This way, you can know the size of the files and directories before downloading them from the server.

New

Jenkins plugin: Our plugin supports Pipelines now! You can either use the form included in the snippet generation or write the command yourself.

These are the supported parameters:

 cm branch: '/main', changelog: true, poll: true, repository: 'default', server: 'localhost:8087', 
              useUpdate: true, workspaceName: 'Jenkins-${JOB_NAME}-${NODE_NAME}' 

Bug

Gluon: the size of modified and checked out files was not correctly displayed in the workspace explorer. The size displayed was always the one from the last time the file was checked-in, instead of the real one from your disk. Fixed.

Bug

Windows GUI: The visual diff of the analyze refactors functionality from the diff window was broken. Fixed.