In shell we use following command
node{
sh "x=${env.j_properties_file}"
sh "y=${env.HOME}"
}
How do we it in groovy script Or How do we access shell variable x in groovy script?
In shell we use following command
node{
sh "x=${env.j_properties_file}"
sh "y=${env.HOME}"
}
How do we it in groovy script Or How do we access shell variable x in groovy script?