From 60469da57e05ad413b29e01799867da52650cc05 Mon Sep 17 00:00:00 2001 From: George Ryall Date: Tue, 23 Dec 2025 09:15:00 +0000 Subject: [PATCH] Fix typo in Jenkins agent installation instructions Corrected a typo in the instructions for installing the Jenkins agent. --- .../Adding-a-new-Windows-machine-to-Jenkins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/processes/continuous_integration/Adding-a-new-Windows-machine-to-Jenkins.md b/doc/processes/continuous_integration/Adding-a-new-Windows-machine-to-Jenkins.md index fedaa227b..57ef82904 100644 --- a/doc/processes/continuous_integration/Adding-a-new-Windows-machine-to-Jenkins.md +++ b/doc/processes/continuous_integration/Adding-a-new-Windows-machine-to-Jenkins.md @@ -38,7 +38,7 @@ Copy `jenkins-agent.exe` and `jenkins-agent.xml` into same directory on the targ Edit `jenkins-agent.xml` and change https://epics-jenkins.isis.rl.ac.uk/computer/COMPUTER/jenkins-agent.jnlp and the SECRET field to the same as they are from the Jenkins' Node page, add `-workDir` argument of `c:\jenkins` COMPUTER should be capitalised in same way as written on Jenkins. -Open an admin cmd window and run `jenkins-agent.exe install` and then `servies.msc` +Open an admin cmd window and run `jenkins-agent.exe install` and then `services.msc` Find the jenkins service in the Service Manager window on the machine, and change it to run as `isis\ibexbuilder` rather than local service account, you'll need to enter `ISISBuilder` password.