If I have job that invokes series of jobs in jenkins can I give them all parameter to tie them up to a specific server?
I talk about the "Restrict where this project can be run" that currently I need to specifiy in the project level (can I give it as input parameter?)
Use this plugin: https://wiki.jenkins-ci.org/display/JENKINS/NodeLabel+Parameter+Plugin
You can provide a parameter to the job via either the ParameterizedTrigger or using the API and providing the node name (or label).