We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
java-client-api/jenkins-client/src/main/java/com/offbytwo/jenkins/model/Build.java
Line 66 in ddf6a85
JobWithDetails.java: 188
private Build buildWithClient(Build from) { Build ret = from; if (from != null) { ret = new Build(from); ret.setClient(client); } return ret; }
Build.java: 65
public Build(Build from) { this(from.getNumber(), from.getUrl()); // missing queueId }
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
is any one working on the issue?
QueueId missing is fixed jenkinsci#496
e1093d4
No branches or pull requests
java-client-api/jenkins-client/src/main/java/com/offbytwo/jenkins/model/Build.java
Line 66 in ddf6a85
JobWithDetails.java: 188
Build.java: 65
The text was updated successfully, but these errors were encountered: