Hi ...

I am not able to call a job found in some other folder when running using 
build flow, 
my use case is as follow :
1. CommonJobs Folder which contain several jobs where "A" is a job among 
them
2. Project1 Folder which contains several jobs and the build flow job.

if the build flow job in Project1 call a jobs found directly under Project1 
Folder every thing works fine
if the build flow job in Project1 Folder call a job found in jenkins 
default jobs folder every thing works fine 
if the build flow job in Project1 Folder call a job found in CommonJobs 
Folder an exception of "JobNotFoundException" is thrown
this occurs - I think - in the following location:
build-flow-plugin/blob/master/src/main/groovy/com/cloudbees/plugins/flow/JobInvocation.groovy
at lines 76-78 for some how build flow does not know to look for job in 
other folders ( beside current and default).

The question is did anyone else try to do this? is there any workaround to 
make this work ?
I tried to pass the path for the job "A" as follow "CommonJobs\A" - (also 
tried "CommonJobs\\A") but with no luck !


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to