Skip to content

Commit 7356c44

Browse files
committed
Updated ReleaseNotes according to issue 38787.
1 parent b366d70 commit 7356c44

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ReleaseNotes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ public class JenkinsServer {
3434
}
3535
```
3636

37+
* [Fixed Issue 38787][jissue-38787]
38+
39+
Returning null instead of IOException if view is not found in JenkinsServer.getView
40+
3741

3842
## Release 0.3.6
3943

@@ -631,5 +635,6 @@ TestReport testReport = mavenJob.getLastSuccessfulBuild().getTestReport();
631635
[pull-163]: https://github.com/jenkinsci/java-client-api/pull/163
632636
[jissue-35002]: https://issues.jenkins-ci.org/browse/JENKINS-35002
633637
[jissue-35108]: https://issues.jenkins-ci.org/browse/JENKINS-35108
638+
[jissue-38787]: https://issues.jenkins-ci.org/browse/JENKINS-38787
634639
[jissue-38816]: https://issues.jenkins-ci.org/browse/JENKINS-38816
635640
[jissue-38823]: https://issues.jenkins-ci.org/browse/JENKINS-38823

0 commit comments

Comments
 (0)