Skip to content

jenkins-rel: escape shell variables in CasC job definitions

Jaime Nuche requested to merge escape-bash-vars into master

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