Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An error happen when i get the node List #174

Closed
278668433 opened this issue Jul 21, 2016 · 1 comment
Closed

An error happen when i get the node List #174

278668433 opened this issue Jul 21, 2016 · 1 comment

Comments

@278668433
Copy link

the jenkins-client version is 0.3.5
i use
ComputerSet computerSet = jenkinsServer.getComputerSet();
An error

  • Can not deserialize instance of java.lang.String out of START_OBJECT token
    at [Source: [B@19d8be60; line: 1, column: 4544](through reference chain: com.offbytwo.jenkins.model.ComputerSet["computer"]->com.offbytwo.jenkins.model.ComputerWithDetails["executors"]->com.offbytwo.jenkins.model.Executor["currentExecutable"])

    happen when the jenkins node has A task is performed

@278668433
Copy link
Author

i check the code ,found the Class Executor
private variable currentExecutable is String ,but In fact it's a Map!!!!

khmarbaise added a commit that referenced this issue Jul 25, 2016
 o Fixed API accordingly to the occured error.
khmarbaise added a commit that referenced this issue Jul 25, 2016
 o Fixed API accordingly to the occured error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant