bndr / gojenkins

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

fix: gojenkins.Task.GetJob return 404 for subtask #308

Open caiyili opened 1 year ago

caiyili commented 1 year ago

If this job is a subtask, such as JENKINS_URL/job/$folder/job/$job-name, the Task.GetJob function will return a 404 error as it did not pass the parentIDs parameter when calling Jenkins.GetJob.

selinafocus commented 6 months ago

i face this issue too, why this still not be merged?