Hi,
I'm using Rundeck 2.0.0, and unable to successfully use the job.execid context variable of a reference job. The scenario:
1. job A calls job B via a reference job node step
2. job B uses two steps:
2.1. step one is the main task to be performed
2.2. step two parses the ouput log of step one using job B's job.execid context variable, and fails the job if a certain string isn't present
3. when job B executes, it doesn't have its own job.execid, or even generate an output log in its
job.id directory.
So step 2.2. errors out because it tries to open the output log of job B, but using the execid of job A. Of course job A's execid output log doesn't exist in job B's log folder, so the step fails.
Is there a way around this? Any feedback appreciated.
Thanks,
Robert.