It's all about the answers!

Ask a question

RTC SCM - build definition properties


Michael Ron (307) | asked Oct 19 '17, 4:26 a.m.

Hello, how to get build definition properties from scm command line interface?

Accepted answer


permanent link
Ralph Schoon (63.1k33646) | answered Oct 19 '17, 4:33 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Oct 19 '17, 4:36 a.m.

Here is the SCM command line reference: https://jazz.net/help-dev/clm/topic/com.ibm.team.scm.doc/topics/c_scm_cli.html

If you have a look, you will likely recognize the absence of build related commands/operations.

This is because the SCM command line provides a command line for SCM operations - not build, not work items, not planning, not requirements management and not quality management. So there is an absence of commands for the operations for domains not supported.

There is no command line for build and getting build definition information. It is possible to request builds using ant tasks however.

Michael Ron selected this answer as the correct answer

Comments
Ralph Schoon commented Oct 19 '17, 4:56 a.m. | edited Oct 19 '17, 5:08 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

PS: for your endeavor to "Determine if a files was in a build" you are not interested in the build definition or its properties. You are interested in the build result and the build result contributions such as the snapshot that is created for a public build.

Your answer


Register or to post 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.