Everything you need to know is documented here: http://javadoc.jenkins-ci.org/
Additionally, the plugin you use may set up some variables. E.g. groovy post-build plugin sets up variable "manager". Details are probably in the plugin doc. You should probably practice your hand at Groovy in the Manage Jenkins -> Script console. B the way, you have posted lots of questions around this area. Would you mind telling the list what is the problem you are trying to solve. Maybe the list can suggest another approach that would be easier to set up in Jenkins. -- Sami Varghese Renny <varghesekre...@gmail.com> kirjoitti 26.7.2012 kello 8.13: > > Hi, > i want to know the location of classes corresponding to two dependent > job..(groovy).Also i need to know what all variables are available in these > class.. > So i can create instance and and call some upstream variable or something.. > > > Thanks in Advance > varghese