This is an automated email from the ASF dual-hosted git repository.

hutcheb pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 0f811fb816 fix(website): Update documentation with the new build agent
0f811fb816 is described below

commit 0f811fb8167263e63150bd22c5293c17b34d64a1
Author: hutcheb <[email protected]>
AuthorDate: Thu Feb 19 08:43:36 2026 +1100

    fix(website): Update documentation with the new build agent
---
 website/asciidoc/modules/developers/pages/infrastructure/vm.adoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/website/asciidoc/modules/developers/pages/infrastructure/vm.adoc 
b/website/asciidoc/modules/developers/pages/infrastructure/vm.adoc
index d44fccf095..35bfcd9bfd 100644
--- a/website/asciidoc/modules/developers/pages/infrastructure/vm.adoc
+++ b/website/asciidoc/modules/developers/pages/infrastructure/vm.adoc
@@ -22,9 +22,9 @@
 As, especially for the raw socket functionality of PLC4X, our project had 
higher demands on the infrastructure as other projects.
 Apache Infra kindly provided us with a dedicated VM.
 
-This is included as build agent into Apache's Jenkins with the label `plc4x2` 
and is marked for exclusive usage by our project.
+This is included as build agent into Apache's Jenkins with the label `plc4x1` 
and is marked for exclusive usage by our project.
 
-The host name of this machine is: `plc4x-vm2.apache.org`
+The host name of this machine is: `plc4x1-ec2-or.apache.org`
 
 On this machine we can even `sudo` to perform operations only available to 
`root`.
 
@@ -56,7 +56,7 @@ As soon as that's handled by the Infra team, you should be 
ready to log-in on th
 
 Using SSH we should now be able to log in to the VM.
 
-   ssh [email protected]
+   ssh [email protected]
 
 Be sure to use the username matching your Apache ID or the login will fail.
 
@@ -69,7 +69,7 @@ Providing a sudo password directly would increase the danger 
of having this inte
 
 Instead of now entering a password, a challenge is displayed:
 
-    myid@plc4x-vm2:~$ sudo apt-get update
+    myid@plc4x1-ec2-or:~$ sudo apt-get update
     otp-md5 496 pl8230
     Password:
 

Reply via email to