Forum Discussion
whitecloud
13 years agoOccasional Contributor
Thanks a lot for the reply and help. I have the groovy script in project 'Load Script' as below which print blank value (DEV1 is expected):
I do not know what is wrong with it. Any thought?
def serverName = context.expand('${#Project#ServerName}')
log.info "Server Name: " + serverName
I do not know what is wrong with it. Any thought?