Closed bp32795 closed 1 year ago
Workaround is to just do a dir()
on the job object. I would still like more documentation on what does what. I am trying to get timestamps for last successful jobs, but it doesn't seem like that gets pulled with get_build_metadata()
ISSUE TYPE
Jenkinsapi Most recent
Jenkins 2.164
SUMMARY
Is there documentation on what methods are availaible for JOB objects? I see in the examples
get_description()
andis_enabled()
are valid, but I am unable to find other options.