Can you try ls
'ing $scannerHome
, to see what’s in there?
withSonarQubeEnv() {
sh "ls ${scannerHome}"
sh "echo ${scannerHome}"
}
Can you try ls
'ing $scannerHome
, to see what’s in there?
withSonarQubeEnv() {
sh "ls ${scannerHome}"
sh "echo ${scannerHome}"
}