You’re using single quotes, that makes groovy not interpolate the variables.
You should use double quotes
sh("...")
1 Like
You’re using single quotes, that makes groovy not interpolate the variables.
You should use double quotes
sh("...")