Fix: Modify the RelativeDest path 55/39455/1
authorVanessa Valderrama <vvalderrama@linuxfoundation.org>
Wed, 30 Aug 2023 19:07:32 +0000 (14:07 -0500)
committerVanessa Valderrama <vvalderrama@linuxfoundation.org>
Wed, 30 Aug 2023 19:07:32 +0000 (14:07 -0500)
The RelativeDest is a default setting. The documentation points to
local/. This change is to align with the documentation.

Change-Id: I4ca1d7f476f13997ddb763c38a891662b0dc3727
Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org>
jenkins-config/clouds/nomad/FDIONOMAD/jobtemplate-default.yaml

index dbe0636..b3426cd 100644 (file)
@@ -55,7 +55,7 @@ Job:
             MaxFileSizeMB: 10
           Artifacts:
             - GetterSource: https://jenkins.fd.io/jnlpJars/slave.jar
-            - RelativeDest: /local/
+            - RelativeDest: local/
       RestartPolicy:
         Interval: 10000000000
         Mode: fail