Okay, so i know this is kind of a weird question. But here is my situation...
I have a Jenkins job that installs an antivirus software onto my VM's. I have another job that schedules and runs the antivirus scans on selected nodes (necessary because some are Win and some Linux.)
What i want to do, is when I install the antivirus software onto my machine I would like it to automatically add it to the list of nodes to be ran within the specific job (i.e windows antivirus can or linux antivirus scan)
When i parameterize a project and select from the available nodes, which ones I want the job to run on,.. is there a master config file somewhere that I can edit to have the new machine added to the job que?