09:38:50,649 ERROR - Step 'master' is failed: Failed to evaluate below expression:
mvel:vars.get("buildForStaging").setValue(vars.get("build"), false);
vars.get("build").increase();
My pre-execute script box contains the following:
vars.get("buildForStaging").setValue(vars.get("build"), false);
vars.get("build").increase();
What am I doing wrong with this?