You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have jenkins server with multiple projects folders. and all the jobs are hosted inside this sub-folder.
now this api trigger the pipeline with job name as 'only job name' and url device with full path including this project folder. however it is not getting the build from jenkins with this way. if i include the path in job variable and leave url is base url. it can rigger and get build number but can not get its status of pass/fail
The text was updated successfully, but these errors were encountered:
this project does not apparently support use of folders. I tricked it by passing foldername/job/jobname to get the job but when I get all builds or a single build, it doesn't retrieve the build info like pass/fail. There are params that have to be passed to Jenkins to tell it which objects you want back. this project does not have any of that. I just wasted an hour of my day trying it.
i have jenkins server with multiple projects folders. and all the jobs are hosted inside this sub-folder.
now this api trigger the pipeline with job name as 'only job name' and url device with full path including this project folder. however it is not getting the build from jenkins with this way. if i include the path in job variable and leave url is base url. it can rigger and get build number but can not get its status of pass/fail
The text was updated successfully, but these errors were encountered: