I have below statement in Jenkinsfile
sh \'\'\'
file=/sql/common/file1.sql
echo $file
if ["$file" = "/common" ]; the