You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: