Forum Discussion

anbeek's avatar
anbeek
Occasional Contributor
14 years ago

How to get (current) project name?

Hi In a groovy test step I need to get the project name. Cant seem to get it though, tried with the below. def test = context.expand( '${#Project#Name)' ) log.info(test) ---> Tue Mar 22 15:54:...