-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
'pipeline-build-step':
version: "2.5"
'pipeline-github-lib':
version: "1.0"
'pipeline-graph-analysis':
version: "1.4"
'pipeline-input-step':
version: "2.7"
'pipeline-milestone-step':
version: "1.3.1"
'pipeline-model-api':
version: "1.1.7"
'pipeline-model-declarative-agent':
version: "1.1.1"
'pipeline-model-definition':
version: "1.1.7"
'pipeline-model-extensions':
version: "1.1.7"
'pipeline-rest-api':
version: "2.8"
'pipeline-stage-step':
version: "2.2"
'pipeline-stage-tags-metadata':
version: "1.1.7"
'pipeline-stage-view':
version: "2.8"
'workflow-aggregator':
version: "2.5"
'workflow-api':
version: "2.18"
'workflow-basic-steps':
version: "2.6"
'workflow-cps-global-lib':
version: "2.8"
'workflow-cps':
version: "2.36"
'workflow-durable-task-step':
version: "2.12"
'workflow-job':
version: "2.12.1"
'workflow-multibranch':
version: "2.16"
'workflow-remote-loader':
version: "1.4"
'workflow-scm-step':
version: "2.6"
'workflow-step-api':
version: "2.12"
'workflow-support':
version: "2.14"
Jenkins 2.68 with JNLP4 launcher
Slave node is Windows 2008,
Master is Centos 6.8 with java-1.8.0-openjdk-1.8.0.101-3.b13.el6_8.x86_64'pipeline-build-step': version: "2.5" 'pipeline-github-lib': version: "1.0" 'pipeline-graph-analysis': version: "1.4" 'pipeline-input-step': version: "2.7" 'pipeline-milestone-step': version: "1.3.1" 'pipeline-model-api': version: "1.1.7" 'pipeline-model-declarative-agent': version: "1.1.1" 'pipeline-model-definition': version: "1.1.7" 'pipeline-model-extensions': version: "1.1.7" 'pipeline-rest-api': version: "2.8" 'pipeline-stage-step': version: "2.2" 'pipeline-stage-tags-metadata': version: "1.1.7" 'pipeline-stage-view': version: "2.8" 'workflow-aggregator': version: "2.5" 'workflow-api': version: "2.18" 'workflow-basic-steps': version: "2.6" 'workflow-cps-global-lib': version: "2.8" 'workflow-cps': version: "2.36" 'workflow-durable-task-step': version: "2.12" 'workflow-job': version: "2.12.1" 'workflow-multibranch': version: "2.16" 'workflow-remote-loader': version: "1.4" 'workflow-scm-step': version: "2.6" 'workflow-step-api': version: "2.12" 'workflow-support': version: "2.14" Jenkins 2.68 with JNLP4 launcher Slave node is Windows 2008, Master is Centos 6.8 with java-1.8.0-openjdk-1.8.0.101-3.b13.el6_8.x86_64
One of our nodes disconnected due to a channel disconnect. Meanwhile a pipeline job was running, and as soon as it reconnected, Jenkins tried to schedule a task on the node, which failed with the error:
ERROR: Issue with creating launcher for agent <nodename>. The agent has not been fully initialized yet
ERROR: Issue with creating launcher for agent <nodename>. The agent has not been fully initialized yet
I have attached the console output from the agent.
- is related to
-
JENKINS-45023 Channel#call() should reject requests if the channel is being closed
- Resolved
- relates to
-
JENKINS-23305 NPE in Slave.createLauncher() for Matrix and Pipeline jobs
- Fixed but Unreleased
-
JENKINS-41854 Contextualize a fresh FilePath after an agent reconnection
- Resolved