Open your jenkins instance script console http://yourJenkins:port/script
following is an example for how to get information about a sepcific job. copy the code to the console, change the jobName to the required job and click "Run".
/*This script shows how to get basic information about a...