Forum Discussion
RJanecek
13 years agoRegular Contributor
hm and can you test if in this property you have right value ?
just write groovy script:
def url = context.expand( '${#Project#url}' )
assert url == "https://servername:portno"
just write groovy script:
def url = context.expand( '${#Project#url}' )
assert url == "https://servername:portno"
Related Content
- 10 years ago