add link to jenkins (cloudbees)

This commit is contained in:
Vincent Behar 2011-07-08 18:27:00 +02:00
parent 120f4bd0fc
commit 7826d7afcb

View file

@ -44,6 +44,10 @@
<url>gitsite:git@github.com/vbehar/rundeck-api-java-client.git</url> <url>gitsite:git@github.com/vbehar/rundeck-api-java-client.git</url>
</site> </site>
</distributionManagement> </distributionManagement>
<ciManagement>
<system>Jenkins</system>
<url>https://rundeck-api-java-client.ci.cloudbees.com</url>
</ciManagement>
<issueManagement> <issueManagement>
<system>GitHub</system> <system>GitHub</system>
<url>https://github.com/vbehar/rundeck-api-java-client/issues</url> <url>https://github.com/vbehar/rundeck-api-java-client/issues</url>
@ -280,6 +284,7 @@
<reportSets> <reportSets>
<reportSet> <reportSet>
<reports> <reports>
<report>cim</report>
<report>dependencies</report> <report>dependencies</report>
<report>distribution-management</report> <report>distribution-management</report>
<report>index</report> <report>index</report>