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
only one time double quotes would also work
stage('test') { steps { script { for(job in env.JOB_NAMES.split(',')) { println(job); sh "bash jenkins/script.sh $job" sh "echo $job" } }//end of script }//end of steps }//end of stage test