Command to use in "Post-Build command line"
Hi , I am using RTC 3.0.1.3 in Eclipse, & in my build definition I have enabled the "Post build deliver" & "Post-Build Command Line" options. but I have no clue what commands should I put there for automated deliver after successfull build. is there any video/diocuments avalable for that. any example will be very much helpful. I tried with $lscm deliver which I dont think works...
Please give me some exapmle how to do this in project. |
One answer
https://jazz.net/library/article/649 That's the article on post-build deliver.
For the command line, you may want to check the help or look up some of the articles in the library.
|
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.
Comments
hm.. I see Post Build Deliver
and Command line
but the two are not connected..
one (commandline) is where you would put whatever command you need to execute the build (if its not Ant)
and the other (deliver) is the built in deliver operation after the build is successful. to move the compiled source to the next workflow phase (stream)