Skip to content

Commit

Permalink
Merge pull request #11 from andham/api-v12-upd
Browse files Browse the repository at this point in the history
[FIXED JENKINS-27971] Updated the Rundeck client to v12.0
  • Loading branch information
gschueler committed Apr 16, 2015
2 parents 24e68f3 + 1353081 commit af6af98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-api-java-client</artifactId>
<version>9.3</version>
<version>12.0</version>
</dependency>
<!-- overwrite the xalan version of rundeck api by the version used in jenkins -->
<dependency>
Expand All @@ -73,7 +73,7 @@
</dependency>
</dependencies>

<!-- get every artifact through maven.glassfish.org, which proxies all the artifacts that we need -->
<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->
<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
Expand Down
6 changes: 4 additions & 2 deletions src/main/webapp/help-globalConfig-apiversion.html
@@ -1,6 +1,8 @@
<div>
<p>
Optional API Version to use. If unset, the latest available will be used (v9). If you are connecting to an
older version of Rundeck, you may have to set this to an earlier API version, such as "2".
Optional API version to use. If unset, version 12 will be used (the default API version of the Rundeck
client used by Jenkins Rundeck plugin). If you are connecting to an older version of Rundeck, you may have
to set this to an earlier API version such as "9" for example.<br>
Refer to the <a href="http://rundeck.org/docs/api/">Rundeck API Reference documentation</a> for more info.
</p>
</div>

0 comments on commit af6af98

Please sign in to comment.