Fix: Correct Jenkins URLs for sandbox nodes 63/39463/1
authorVanessa Valderrama <vvalderrama@linuxfoundation.org>
Thu, 31 Aug 2023 18:40:27 +0000 (13:40 -0500)
committerVanessa Valderrama <vvalderrama@linuxfoundation.org>
Thu, 31 Aug 2023 18:40:27 +0000 (13:40 -0500)
Change-Id: If538ecdf4dc9c8ae22f684903eb9d468cf88525d
Signed-off-by: Vanessa Valderrama <vvalderrama@linuxfoundation.org>
jenkins-config/clouds/nomad/FDIONOMAD/builder-debian11-sandbox-x86_64-jobtemplate.yaml
jenkins-config/clouds/nomad/FDIONOMAD/builder-ubuntu2004-sandbox-x86_64-jobtemplate.yaml

index 9b3ab59..c0f8b61 100644 (file)
@@ -12,6 +12,17 @@ Job:
       Tasks:
         - Name: jenkins-worker
           Config:
+            args:
+              - -cp
+              - /local/slave.jar
+              - hudson.remoting.jnlp.Main
+              - -headless
+              - -url
+              - https://jenkins.fd.io/sandbox
+              - -workDir
+              - /w/
+              - '%WORKER_SECRET%'
+              - '%WORKER_NAME%'
             image: fdiotools/builder-debian11:sandbox-x86_64
             volumes:
               - /tmp/ccache.debian11:/scratch/ccache
index 8d747da..668227e 100644 (file)
@@ -28,4 +28,4 @@ Job:
               - /tmp/ccache.ubuntu2004:/scratch/ccache
               - /scratch/nomad:/scratch/nomad:ro
           Artifacts:
-            - GetterSource: https://jenkins.fd.io/jnlpJars/slave.jar
+            - GetterSource: https://jenkins.fd.io/sandbox/jnlpJars/slave.jar