I'm trying building an application which makes use of Jenkins to do build jobs, there are two main parts :
my-Jenkins-url/job/job-name/buildWithParameters?para=somepare&token=sometoken
my-Jenkins-url/job/job-name/lastBuild/api/xml , or my-Jenkins-url/job/job-number/api/xml, I cannot find ways for a user to track a job he/shen sents out, and there are not much api documentation for Jenkins on the official website.
Any ideas on way to do that ? The question is for a user to remotely sent job triggers to Jenkins, how does he keep track of the jobs and request feed back on the job status ?