From c0fa64cead72ede1a51bb10adef85fd09bd6e224 Mon Sep 17 00:00:00 2001 From: Plamena Marinova Date: Tue, 27 Aug 2024 03:02:39 +0300 Subject: [PATCH] Improve JCasC docs (#1416) --- docs/JCasC.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/JCasC.md b/docs/JCasC.md index 29e5d1a4f..3083aa60f 100644 --- a/docs/JCasC.md +++ b/docs/JCasC.md @@ -29,6 +29,9 @@ jobs: - file: ./jobdsl/job.groovy ``` +Note that relative paths are resolved relative to the current working directory of the Jenkins server, +which may not necessarily be the same as `$JENKINS_HOME`, depending on how your server was started. + ```yml jobs: - url: https://example.acme.org/job-dsl/testjob.groovy