Is there a to check in ant whether the build was requested manually ?
I'm using RTC build engine to execute a build using an Ant build file (not using RTC SCM)
Is there a way to determine in the Ant build file, whether this is a scheduled build or a build which was requested manually by a user ? There's no need for request user details as explained here https://jazz.net/forums/viewtopic.php?t=2653 Thanks in advance |
One answer
I think you can use ${buildRequesterUserId} build property to check who request the build, if the build is requested by a Jazz user or by "scheduled build".
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.