Installing Objects after successful Build on an other System
Hello,
I have following conceptual formulation:
On an i-Series we develop with RTCp our software. To successful Build of the software the created objects on another i-Series should be created. How can I automate this? Above all what do I make with database files?
Nowadays functions with ADM and the Partlists in which the created objects are included.
Thanks for tips in advance.
Kind regards
Andreas
I have following conceptual formulation:
On an i-Series we develop with RTCp our software. To successful Build of the software the created objects on another i-Series should be created. How can I automate this? Above all what do I make with database files?
Nowadays functions with ADM and the Partlists in which the created objects are included.
Thanks for tips in advance.
Kind regards
Andreas
3 answers
One option would be to create a second build definition which would execute a script to do the deployment. It could be triggered at the end of the first build using the requestTeamBuild Ant task, passing any extra properties needed via the overridePropertiesFile attribute. For more details, see the doc for this task in the Jazz Build Ant Task Reference topic in the RTC client Help.
> Above all what do I make with database files?
Sorry, I'm not sure what you mean by this. Do you mean how to gain access to the built artifacts from the first build?
> Nowadays functions with ADM and the Partlists
What is ADM?
Today we are sending the object to target system with i-system command sndnetf, on tne target system we do a rcvnetf in lib A and a cpynewf to lib B.