File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 14
14
15
15
### API Changes
16
16
17
+ * [ Pull Request #206 ] [ pull-206 ] added runScript with ` crumbFlag ` .
18
+
19
+ Thanks Rainer W.
20
+
21
+ ``` java
22
+ public class JenkinsServer {
23
+ public String runScript (String script ,boolean crumb );
24
+ }
25
+ ```
26
+
17
27
* [ Fixed issue 197] [ issue-197 ] Provide method for waiting until job has finished.
18
28
19
29
Added a helper class to support this.
@@ -752,6 +762,7 @@ TestReport testReport = mavenJob.getLastSuccessfulBuild().getTestReport();
752
762
[pull- 158 ]: https: // github.com/jenkinsci/java-client-api/pull/158
753
763
[pull- 163 ]: https: // github.com/jenkinsci/java-client-api/pull/163
754
764
[pull- 204 ]: https: // github.com/jenkinsci/java-client-api/pull/204
765
+ [pull- 206 ]: https: // github.com/jenkinsci/java-client-api/pull/206
755
766
[jissue- 35002 ]: https: // issues.jenkins-ci.org/browse/JENKINS-35002
756
767
[jissue- 35108 ]: https: // issues.jenkins-ci.org/browse/JENKINS-35108
757
768
[jissue- 38787 ]: https: // issues.jenkins-ci.org/browse/JENKINS-38787
You can’t perform that action at this time.
0 commit comments