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

QueueId is missing when querying AllBuilds #496

Open
mingu-mz opened this issue Nov 9, 2022 · 2 comments
Open

QueueId is missing when querying AllBuilds #496

mingu-mz opened this issue Nov 9, 2022 · 2 comments

Comments

@mingu-mz
Copy link

mingu-mz commented Nov 9, 2022

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
    }
@Dark0096
Copy link

Dark0096 commented Nov 15, 2022

+1

@adnan1605
Copy link

is any one working on the issue?

adnan1605 added a commit to adnan1605/java-client-api that referenced this issue Dec 28, 2022
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

3 participants