Open lizhao-8202 opened 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.
我的jenkins版本2.361.4 我想要获取jenkins服务器的所有job名字,但 通过gojenkins提供的GetAllJobNames,然后迭代Name属性和GetAllJobs方法迭代job去获取,都只能获得一部分job的名字