I just started learning groovy.I want to pass the svnSourcePath and svnDestPath to shell script in the svn copy command. But URL not rendered.
node { stage
def my_var = "hai" sh ( script: "echo " + my_var, returnStdout: true )