АБ
Size: a a a
АБ
DB
Feb 11 14:16:13 verum-dev-synapse jenkins-agent[74803]: Feb 11, 2021 2:16:13 PM hudson.remoting.jnlp.Main$CuiListener statusВ логах дженкинса полно такого
Feb 11 14:16:13 verum-dev-synapse jenkins-agent[74803]: INFO: Connected
Feb 11 14:22:03 verum-dev-synapse systemd[74393]: Stopping Jenkins agent...
Feb 11 14:22:04 verum-dev-synapse systemd[74393]: jenkins-agent.service: Main process exited, code=exited, status=143/n/a
Feb 11 14:22:04 verum-dev-synapse systemd[74393]: jenkins-agent.service: Failed with result 'exit-code'.
Feb 11 14:22:04 verum-dev-synapse systemd[74393]: Stopped Jenkins agent.
Feb 11, 2021 2:41:27 PM INFO hudson.TcpSlaveAgentListener$ConnectionHandler runСамое интересное, что часть агентов спокойно работает, а часть нет. Инстансы не загружены, оом процессы не убивает
Connection #56,945 failed: java.io.EOFException
Feb 11, 2021 2:41:29 PM INFO hudson.TcpSlaveAgentListener$ConnectionHandler run
Connection #56,946 failed: java.io.EOFException
DB
DB
ł
DB
DB
D
s0
DS
DS
II
Do not allow concurrent builds
в настройках джоба — оно?DS
Do not allow concurrent builds
в настройках джоба — оно?II
DS
DS
s0
s0
pipeline {
agent none
stages {
stage(1) {
agent {
label test
}
...
}
stage(2) {
agent {
label test
}
...
}
}
}
DS
pipeline {
agent none
stages {
stage(1) {
agent {
label test
}
...
}
stage(2) {
agent {
label test
}
...
}
}
}
s0