|
16 | 16 | build.streamConsoleOutput(listener, 3, 420);
|
17 | 17 | ```
|
18 | 18 |
|
| 19 | + Thanks to Wojciech Trocki. |
| 20 | + |
19 | 21 | * [Fixed Issue 222][issue-222]
|
20 | 22 |
|
21 | 23 | Fixed WARNING during build.
|
|
24 | 26 |
|
25 | 27 | `getViews()` Do not use `api/json?depth=1` cause of timeout.
|
26 | 28 |
|
| 29 | + * [Fixed Issue 244][issue-244] |
| 30 | + |
| 31 | + README.md Code grammar typos; Thanks to <[email protected]>. |
| 32 | + |
27 | 33 | * [Pull Request #229][pull-229] Fix race condition in JenkinsTriggerHelper
|
28 | 34 |
|
29 | 35 | Thanks for that to [Veske](https://github.com/Veske).
|
30 | 36 |
|
| 37 | + * [Pull Request #239][pull-239] Fixed Bug in build method to prevent |
| 38 | + building twice. |
| 39 | + |
| 40 | + Thanks for the pull request #239 from ladventure/master |
| 41 | + |
| 42 | + * [Pull Request #240][pull-240] Fixed code duplication. |
| 43 | + |
| 44 | + Thanks for the pull request #240 from Jonathan Bremer. |
| 45 | + |
| 46 | + * [Pull Request #247][pull-247] Add JavaDoc. |
| 47 | + |
| 48 | + Thanks to aisuke-yoshimoto |
| 49 | + |
31 | 50 | ### API Changes
|
32 | 51 |
|
33 | 52 | * ?
|
@@ -973,15 +992,20 @@ TestReport testReport = mavenJob.getLastSuccessfulBuild().getTestReport();
|
973 | 992 | [issue-209]: https://github.com/jenkinsci/java-client-api/issues/209
|
974 | 993 | [issue-211]: https://github.com/jenkinsci/java-client-api/issues/211
|
975 | 994 | [issue-215]: https://github.com/jenkinsci/java-client-api/issues/215
|
| 995 | +[issue-217]: https://github.com/jenkinsci/java-client-api/issues/217 |
976 | 996 | [issue-220]: https://github.com/jenkinsci/java-client-api/issues/220
|
977 | 997 | [issue-222]: https://github.com/jenkinsci/java-client-api/issues/222
|
| 998 | +[issue-244]: https://github.com/jenkinsci/java-client-api/issues/244 |
978 | 999 | [pull-123]: https://github.com/jenkinsci/java-client-api/pull/123
|
979 | 1000 | [pull-149]: https://github.com/jenkinsci/java-client-api/pull/149
|
980 | 1001 | [pull-158]: https://github.com/jenkinsci/java-client-api/pull/158
|
981 | 1002 | [pull-163]: https://github.com/jenkinsci/java-client-api/pull/163
|
982 | 1003 | [pull-204]: https://github.com/jenkinsci/java-client-api/pull/204
|
983 | 1004 | [pull-206]: https://github.com/jenkinsci/java-client-api/pull/206
|
984 | 1005 | [pull-229]: https://github.com/jenkinsci/java-client-api/pull/229
|
| 1006 | +[pull-239]: https://github.com/jenkinsci/java-client-api/pull/239 |
| 1007 | +[pull-240]: https://github.com/jenkinsci/java-client-api/pull/240 |
| 1008 | +[pull-247]: https://github.com/jenkinsci/java-client-api/pull/247 |
985 | 1009 | [jissue-35002]: https://issues.jenkins-ci.org/browse/JENKINS-35002
|
986 | 1010 | [jissue-35108]: https://issues.jenkins-ci.org/browse/JENKINS-35108
|
987 | 1011 | [jissue-38787]: https://issues.jenkins-ci.org/browse/JENKINS-38787
|
|
0 commit comments