jenkinsci / jenkinsci/java-client-api

Unexpected character ('<' (code 60)): expected a valid value (number, String, array, object, 'true', 'false' or 'null') at [Source: [B@77384bb4; line: 1, column: 2]

Open
#327 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
913
Forks
466
PR merge metrics
No merged PRs in 30d

Description

Please i have this problems when at this line

JenkinsServer jenkins = new JenkinsServer(new URI( "");
// this is the line wich make this problem
Map jobs = jenkins.getJobs();

JobWithDetails job = jobs.get("pgw").details();
System.out.println(job.getName());
System.out.println(jobs);

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.