Skip to content

QueueId is missing when querying AllBuilds #496

Description

@mingu-mz

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
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions