I have the following problem : - I created a job, which called "job1", contains four directories. How can I access one of those directories if I created "job2". I am using the declarative pipeline
Example: Let's say the first job1 have the following directories and each directory has some files
- The directory has (FirstFile -SecondLife - ThirdFile)
The question is: When I create another job "job2". How can I access one of the above files?
- Is it available to write this line "dir(/workspace/job1/directory/FirstFile)" in second job ?!