mathworks / jenkins-matlab-plugin

This plugin enables you to run MATLAB® and Simulink® as part of your Jenkins™ build.
45 stars 54 forks source link

MATLAB steps configuration is lost when downgrading 2.13.2 #333

Closed Vahila closed 3 months ago

Vahila commented 3 months ago

Reproduction steps:

  1. Install 2.13.2 version
  2. Create a project(Free or Matrix)
  3. Downgrade the version to 2.13.1 or 2.13.0 Issue: The MATLAB steps configuration is lost
sameagen-MW commented 3 months ago

Hey Vahila, that's expected behavior here because several datatypes that are serialized have been changed. Unfortunately, there's no way that I know of to make an older version of the plugin forward compatible.

However, the upgrade should be backwards compatible, so if you create a project in 2.13.1 and upgrade it to 2.13.2 all configuration should remain identical.

Feel free to reach out to me for a call if you want to talk more about this issue!