Associating workitem to a build result by SCM Command
Hi All,
We are using Ant build and SCM commandline to build our projects. We also have a "component release" workitem so whenever o component is going to get build,a componenet release workitem is created by developer. We also like to link this workitem to the buildresult. As far as I know whenever the build finishes and a build result is created,we are able to link our workitem to the build result.
Is there a way to link this workitem by using scm commands and not link those artifacts manually? May be we can pass the workitem id to the build definition and by using it we can use scm command in our build.xml.
We are using Ant build and SCM commandline to build our projects. We also have a "component release" workitem so whenever o component is going to get build,a componenet release workitem is created by developer. We also like to link this workitem to the buildresult. As far as I know whenever the build finishes and a build result is created,we are able to link our workitem to the build result.
Is there a way to link this workitem by using scm commands and not link those artifacts manually? May be we can pass the workitem id to the build definition and by using it we can use scm command in our build.xml.