Skip to content

Commit f136c44

Browse files
committed
Added Pull Request #158 to ReleaseNotes.
1 parent 4e07bd4 commit f136c44

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ReleaseNotes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Release 0.3.5 (NOT RELEASED YET)
44

5+
[Added renameJob(..)][pull-158]
6+
7+
```java
8+
public class JenkinsServer {
9+
renameJob(String jobName, String newJobName) throws IOException;
10+
.
11+
}
12+
```
513

614
## Release 0.3.4
715

@@ -350,6 +358,8 @@ TestReport testReport = mavenJob.getLastSuccessfulBuild().getTestReport();
350358
[issue-146]: https://github.com/RisingOak/jenkins-client/issues/146
351359
[issue-154]: https://github.com/RisingOak/jenkins-client/issues/154
352360
[issue-155]: https://github.com/RisingOak/jenkins-client/issues/155
361+
[issue-157]: https://github.com/RisingOak/jenkins-client/issues/157
353362
[pull-123]: https://github.com/RisingOak/jenkins-client/pull/123
354363
[pull-149]: https://github.com/RisingOak/jenkins-client/pull/149
364+
[pull-158]: https://github.com/RisingOak/jenkins-client/pull/158
355365

0 commit comments

Comments
 (0)