feat(jenkins.yaml): add new permanent agents for laboratorio-girboy
This commit is contained in:
@@ -20,7 +20,6 @@ jenkins:
|
|||||||
users:
|
users:
|
||||||
- id: admin
|
- id: admin
|
||||||
password: H0l4mund0!
|
password: H0l4mund0!
|
||||||
|
|
||||||
# Agentes permanentes (WebSocket): cada SCO conecta outbound a Jenkins via wss://.
|
# Agentes permanentes (WebSocket): cada SCO conecta outbound a Jenkins via wss://.
|
||||||
# Nombre = identificador en Jenkins. Label "sco" agrupa todos los SCOs,
|
# Nombre = identificador en Jenkins. Label "sco" agrupa todos los SCOs,
|
||||||
# luego cliente (ralph) y tienda (yabucoa / san-lorenzo / rio-grande).
|
# luego cliente (ralph) y tienda (yabucoa / san-lorenzo / rio-grande).
|
||||||
@@ -170,8 +169,26 @@ jenkins:
|
|||||||
inbound:
|
inbound:
|
||||||
webSocket: true
|
webSocket: true
|
||||||
- permanent:
|
- permanent:
|
||||||
name: "lab-oficina-sco-77"
|
name: "laboratorio-girboy-sco81"
|
||||||
labelString: "sco lab oficina"
|
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"
|
remoteFS: "/opt/jenkins-agent"
|
||||||
numExecutors: 1
|
numExecutors: 1
|
||||||
retentionStrategy: "always"
|
retentionStrategy: "always"
|
||||||
@@ -182,11 +199,9 @@ jenkins:
|
|||||||
unclassified:
|
unclassified:
|
||||||
location:
|
location:
|
||||||
url: https://jenkins.laoficina1782.com/
|
url: https://jenkins.laoficina1782.com/
|
||||||
|
|
||||||
security:
|
security:
|
||||||
globalJobDslSecurityConfiguration:
|
globalJobDslSecurityConfiguration:
|
||||||
useScriptSecurity: false
|
useScriptSecurity: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- script: |
|
- script: |
|
||||||
pipelineJob('deploy-ralph') {
|
pipelineJob('deploy-ralph') {
|
||||||
|
|||||||
Reference in New Issue
Block a user