Skip to content

Commit

Permalink
Adding ucd rest api to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewinne committed Jan 6, 2017
1 parent c6881da commit 6d82106
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This plugin offers an interface from XL Release to Urban Code Deploy Server.

# CI status #
## CI status ##

[![Build Status][xlr-ucd-plugin-travis-image]][xlr-ucd-plugin-travis-url]
[![Codacy Badge][xlr-ucd-plugin-codacy-image] ][xlr-ucd-plugin-codacy-url]
Expand All @@ -15,7 +15,7 @@ This plugin offers an interface from XL Release to Urban Code Deploy Server.
[xlr-ucd-plugin-code-climate-image]: https://codeclimate.com/github/xebialabs-community/xlr-ucd-plugin/badges/gpa.svg
[xlr-ucd-plugin-code-climate-url]: https://codeclimate.com/github/xebialabs-community/xlr-ucd-plugin

# Development #
## Development ##

* Start XLR: `./gradlew runDocker`
* Start UCD:
Expand All @@ -25,4 +25,8 @@ This plugin offers an interface from XL Release to Urban Code Deploy Server.
-v $(pwd)/src/test/resources/ucd/installed.properties:/opt/ibm-ucd/server/conf/server/installed.properties
--name UCD ibmcom/urbancode-deploy
```

## References ##
+ [UCD REST api](http://www.ibm.com/support/knowledgecenter/SS4GSP_6.2.3/com.ibm.udeploy.reference.doc/topics/rest_api_ref_commands.html)


0 comments on commit 6d82106

Please sign in to comment.