Hi I am trying for some days now to Automate the building process of Unity with jenkins and azure but I have not finish it yet and I need some help. I have set up a Jenkins server on azure and I have connected the github account. So when I push a commit to my repository the jenkins tries to build it. Also I have set up a Windows VM on azure with unity on it and I have tested that the VM can build unity projects. Now I have two choices I believe:
I can connect somehow the jenkins with the VM that allready have and tell it to build my projects OR I can say to jenkins to take this image of the VM and every time that I want to build to create a instance of the VM.
Am I correct here?
Also to build a unity project you need to run a script. What is the "program" or sections for dealing with this?
What should look for implementing this strategies?
Any help would be appreciated.
Thanks