Jenkins slave in Windows 7

  1. In Windows Services, turn on “Remote Registry”
  2. In your firewall, open ports for inbound connections: TCP – 135,139,445; UDP – 137,138
  3. Overcome Windows 7 “security” problem via instructions
  4. Run powershell as an Administrator.
    1. Type Enable-PSRemoting
    2. Enter Yes for All
  5. Reboot
  6. Install the slave through Jenkins
  7. Modify the slave service’s “Log on as:” to be the same credentials as the Jenkins client.
  8. Reboot