As per my requirement, I need to integrate Bitbucket repository with Bamboo CI server hosted on linux machine as per following:
As I have mentioned, Bamboo server is hosted on linux machine, so I can only trigger Java Maven build from local agent as MSBuild.exe is not available on linux machine. So as per my thinking I need to create Remote agent on another Windows machine [hosted on AWS] to trigger the MSBuild.
Please confirm this approach and provide best practice suggestion for this requirement.
Your approach is right. You can just have the build run on remote Windows server. Everything else is business as usual. Just you the right tasks in the right order
Hi Jobin, Thanks for the answer. I work with Chintan on this. Would it also be a good idea to send commands to remote windows machine from the existing linux server and avoid creation of a remote agent? Would that be helpful?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We were thinking of sending the remote commands using freeSSHD and powershell. Is that a good idea too?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I wouldn't do that unless you don't want spend money on a remote agent. Never tried it and so I am not sure how robust that solution would be.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.