LOL. I ran across my own post from 5 years ago.  I can answer it myself now:

from jenkinsapi.jenkins import Jenkins
import jenkinsapi
J = Jenkins('http://myjenkins:8080/', username='user', password='password')
job = J['my-job']
b = job.get_build(383)
b.get_description()



--
Sent from: http://jenkins-ci.361315.n4.nabble.com/Jenkins-users-f361316.html

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1504630663763-0.post%40n4.nabble.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to