bndr / gojenkins

Jenkins API Client in Go. Looking for maintainers to move this project forward.
Apache License 2.0
869 stars 446 forks source link

通过getAllJobNames,GetAllJobs方法无法获取所有的job信息 #323

Open lizhao-8202 opened 7 months ago

lizhao-8202 commented 7 months ago

我的jenkins版本2.361.4 我想要获取jenkins服务器的所有job名字,但 通过gojenkins提供的GetAllJobNames,然后迭代Name属性和GetAllJobs方法迭代job去获取,都只能获得一部分job的名字

abbbi commented 7 months ago

My jenkins version 2.361.4 I want to get all the job names of the jenkins server, but Through GetAllJobNames provided by gojenkins, and then iterating over the Name attribute and GetAllJobs method to iterate over the job, only part of the job name can be obtained.