How to pass "personal build" info (true/false) to invoked scripts?
How to pass "personal build" info to invoked scripts?
for example
build.personal.build.by.teamcity = (true|false)
build.personal.build.author = (String)
Please sign in to leave a comment.
Hi
There is build.is.personal property that's set to true for personal builds (and not defined otherwise).
Username can be obtained with Groovy plugin - it adds build.triggeredBy configuration parameter.
Michael