Automating batch rebuild process

Hi everyone,
I want to automate the process of batch rebuild in Automation studio. So many times, we need to do peer reviews in our team. The process is quite repetitive. Cloning the branch from git, updating submodules, open the project using automation studio, select all the configurations and batch rebuild all the selected configurations. Once all these are successful, we activate the simulation mode and test the particular feature. So, it is quite evident that the process before testing the actual feature is repetitive and I want to automate it by running a batch file (Or any other convenient means). However, I am really struggling how to select multiple configurations and give a batch cleanup → batch rebuild command using the batch file. Can anyone help me?

Best regards,
Abhirup

Hello,

I do not have an direct answers for you but all this buildprocess and how to automate it, is described within the DevOps package.

Triggering a rebuild from the commandline is definitely possible.
About the cleanup, I am not aware that this option is available from the command line but I think it could be easily solved using the standard batch tools.

Hope this helps.
BR Fabian

1 Like

Hi Fabian,
thanks a lot for your help. I will look into it and revert if I find anything useful.

Just to add my 2 cents: A Rebuild already performs a cleanup in all regards related to the build process. Cleaning up anything manually should not be necessary.
If you want to cleanup manually anyway, delete the “Binaries”, “Temp” and, if you want to get rid of stored watch and trace configurations, “Diagnosis” folders before starting your (re)build process.

2 Likes