From 529ba5e1238523fff1bb26d9086082c0aada84b9 Mon Sep 17 00:00:00 2001 From: aagusfernandez02 Date: Mon, 20 Jul 2026 09:22:59 -0300 Subject: [PATCH] feat(jenkins.yaml): add new permanent agents for laboratorio-girboy --- data/jenkins/jenkins.yaml | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/data/jenkins/jenkins.yaml b/data/jenkins/jenkins.yaml index 1c99627..b8052e9 100644 --- a/data/jenkins/jenkins.yaml +++ b/data/jenkins/jenkins.yaml @@ -20,7 +20,6 @@ jenkins: users: - id: admin password: H0l4mund0! - # Agentes permanentes (WebSocket): cada SCO conecta outbound a Jenkins via wss://. # Nombre = identificador en Jenkins. Label "sco" agrupa todos los SCOs, # luego cliente (ralph) y tienda (yabucoa / san-lorenzo / rio-grande). @@ -170,8 +169,26 @@ jenkins: inbound: webSocket: true - permanent: - name: "lab-oficina-sco-77" - labelString: "sco lab oficina" + name: "laboratorio-girboy-sco81" + labelString: "sco laboratorio girboy" + remoteFS: "/opt/jenkins-agent" + numExecutors: 1 + retentionStrategy: "always" + launcher: + inbound: + webSocket: true + - permanent: + name: "laboratorio-girboy-sco82" + labelString: "sco laboratorio girboy" + remoteFS: "/opt/jenkins-agent" + numExecutors: 1 + retentionStrategy: "always" + launcher: + inbound: + webSocket: true + - permanent: + name: "laboratorio-girboy-sco83" + labelString: "sco laboratorio girboy" remoteFS: "/opt/jenkins-agent" numExecutors: 1 retentionStrategy: "always" @@ -182,11 +199,9 @@ jenkins: unclassified: location: url: https://jenkins.laoficina1782.com/ - security: globalJobDslSecurityConfiguration: useScriptSecurity: false - jobs: - script: | pipelineJob('deploy-ralph') {