Chapter 10: Running a Jenkins job on a Dynamic Node

As a part of my work I had to identify a logged-in user and run a Jenkins Job on a node that was the his default server. I built a Job that uses the username a passes it to the next Job as the parameter node. In order to run these jobs i used few … Continue reading Chapter 10: Running a Jenkins job on a Dynamic Node

Chapter 9: Running single Jenkins job simultaneously on multiple nodes

I had an issue to build a User CI Environments for the development teams. I needed the option to run a single Jenkins job simultaneously on multiple nodes. Jenkins, basically can run single job on a single node but we have a plugin called NodeLabel Parameter Plugin In order to enable it. The plugin allows … Continue reading Chapter 9: Running single Jenkins job simultaneously on multiple nodes