File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments