[libvirt PATCH 20/23] docs: remove use of the term 'slave' in Jenkins agent docs

Daniel P. Berrangé berrange at redhat.com
Fri Jun 19 09:32:57 UTC 2020


Jenkins replaced use of the term 'slave' with 'agent' when
describing its architecture.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
 docs/apps.html.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/apps.html.in b/docs/apps.html.in
index c24717faa2..c6d9a24fa7 100644
--- a/docs/apps.html.in
+++ b/docs/apps.html.in
@@ -141,9 +141,9 @@
       <dt><a href="https://plugins.jenkins.io/libvirt-slave/">Jenkins</a></dt>
       <dd>
         This plugin for Jenkins adds a way to control guest domains hosted
-        on Xen or QEMU/KVM.  You configure a Jenkins Slave,
+        on Xen or QEMU/KVM.  You configure a Jenkins Agent,
         selecting the guest domain and hypervisor.  When you need to build a
-        job on a specific Slave, its guest domain is started, then the job is
+        job on a specific Agent, its guest domain is started, then the job is
         run.  When the build process is finished, the guest domain is shut
         down, ready to be used again as required.
       </dd>
-- 
2.24.1




More information about the libvir-list mailing list