jenkins-rel: escape shell variables in CasC job definitions

When accessing a shell script var using the curly braces syntax (${}), the dollar sign needs to be escaped with a ^. Otherwise the CasC plugin will interpolate the value

Merge request reports

Loading