How to add a Windows Node to Jenkins
Think you can do better?
Show us!
Jenkins is a great tool for building and triggering DevOps workflows, but it’s real power comes from its extensiblity. Different build servers can be added to a Jenkins workflow to provide more throughput or run parts of the CI loop under specific conditions and environments. In this snip, we are going to go over how to add a Windows server as a build server for use in different Jenkins workflows.
Prerequisites include: -A Jenkins master
-A Windows server with Java installed