The problem is not that releasever
is not being substituted, it is that releasever_Beta
is not an existing variable. It’s not really documented, but looking at the code, it looks like you can enclose variable names in braces: ${releasever}_Beta
2 Likes