]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ansible: Replace a couple more instances of slave 2035/head
authorDavid Galloway <dgallowa@redhat.com>
Tue, 19 Jul 2022 17:48:11 +0000 (13:48 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 19 Jul 2022 17:48:11 +0000 (13:48 -0400)
Signed-off-by: David Galloway <dgallowa@redhat.com>
ansible/templates/systemd/jenkins.service.j2

index a71de7ca2746e061a46c8b3a5263cd10b0c09a9e..d3de245ae171aabff50aa9c1feb85508105513b0 100644 (file)
@@ -1,6 +1,6 @@
 # {{ ansible_managed }}
 [Unit]
-Description=Jenkins Slave
+Description=Jenkins Builder
 Wants=network.target
 After=network.target
 
@@ -12,7 +12,7 @@ Type=simple
 User={{ jenkins_user }}
 ExecStart=/usr/bin/java \
           -Dfile.encoding=UTF8 \
-          -jar /home/{{ jenkins_user }}/slave.jar \
+          -jar /home/{{ jenkins_user }}/agent.jar \
           -jnlpUrl {{ api_uri }}/computer/{{ ansible_default_ipv4.address }}+{{ nodename }}/slave-agent.jnlp \
           -jnlpCredentials @/etc/systemd/system/jenkins.secret
 StandardOutput=journal