Determines how relative job names in DSL scripts are interpreted. You will only see a difference when
the seed job is located in a
folder.
-
Jenkins Root
When this option is selected relative job names are always interpreted relative to the Jenkins root.
-
Seed Job
If you choose this option relative job names in DSL scripts will be
interpreted relative to the folder in which the seed job is located. Suppose you have a seed job which is
located in a folder named seedJobFolder and a DSL script which creates a job named
subfolder2/job. The job that is created by the seed job will be at the location
/seedJobFolder/subfolder2/job.