How can I get the buildDefinitionId from within a Build Forge step?
2 answers
The build definition ID is NOT included by default. You would have to create a custom property for the build definition that has the UUID. Then synchronize the properties and Build Forge should then start getting the definitionID as part of its environment.
Probably the easiest way to figure out the build definitions UUID is to dump them out and find your build definition. Go to your ccm server path and add /resource/virtual/build/definitions?_prettyPrint=true. Then find your build definition and copy the UUID into the custom property.
~Spencer
~Spencer
Comments
Spencer Murata
FORUM MODERATOR / JAZZ DEVELOPER Mar 06 '13, 2:53 p.m.Is this a build that was started from RTC?
Scott Crouch
Mar 06 '13, 3:29 p.m.Yes, that's correct. Started from RTC, would like to have the RTC buildDefinitionID to be used by a step in Build Forge.