Skip to content

public ConsoleLog getConsoleOutputText(int bufferOffset) #506

Description

@ZiliangGuan

Jenkins and plugins versions report

Image

What Operating System are you using (both controller, and any agents involved in the problem)?

MacOS

Reproduction steps

method

public ConsoleLog getConsoleOutputText(int bufferOffset) throws IOException {

Expected Results

public ConsoleLog getConsoleOutputText(int bufferOffset) throws IOException {
List formData = new ArrayList();
formData.add(new BasicNameValuePair("start", Integer.toString(bufferOffset)));
String path = this.getUrl() + "logText/progressiveText";
HttpResponse httpResponse = this.client.post_form_with_result(path, formData, false);

--> this.client.post_form_with_result(path, formData, true);

Actual Results

Default false will result in 403

Anything else?

It should be set as a parameter that can be passed in

Are you interested in contributing a fix?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions