falldamagestudio / UE-Jenkins-BuildSystem

Build Unreal Engine & games with Jenkins on GKE/GCE
MIT License
46 stars 11 forks source link

All Windows agent VMs should allow login via SSH #48

Closed Kalmalyzer closed 3 years ago

Kalmalyzer commented 3 years ago

It would be nice if all Windows agent VMs had a 'Jenkins' account that was accessible via SSH (using the pub/priv key that the Jenkins controller uses). It would make debugging easier, if there was a consistent interface for debugging regardless of the particular agent type.

This requires a couple of things, on all agent VMs:

Perhaps fetch/deploy and image resize both should be part of a "standard instance bootup" service? That way, the regular agent script will complete (and connect to Jenkins) as quickly as possible.

Kalmalyzer commented 3 years ago

Done by https://github.com/falldamagestudio/UE-Jenkins-Images/commit/6007c3a1dade23878402235c47e6a5f8110629ca !