In version 15, the display of environment variables is in HTML instead of clear text:BRANCH ${vars.get("ProductCode")}
Also get error:Failed to evaluate below expression in configuration 'xxx':
mvel:vars.get("ProductCode")
And now I see that after editing again, it changed to:${vars.get("ProductCode")}
- solved #2
- replies 1
- views 19
- stars 0
-