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

if my project name contains "/" which floder name #288

Open doing-cr7 opened 2 years ago

doing-cr7 commented 2 years ago

image

    jobname := "bigdata/test-ylm/test-1"
       .......
        job, err := jenkins.GetJob(ctx, jobname)
    if err != nil {
        fmt.Println("Job 404")
    }

Output: Job 404