Created
February 15, 2012 01:54
-
-
Save xeraa/1832462 to your computer and use it in GitHub Desktop.
Simple example configuration for Cloudbees
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<cloudbees-web-app xmlns="http://www.cloudbees.com/xml/webapp/1"> | |
<!-- For details see http://wiki.cloudbees.com/bin/view/RUN/CloudBeesWebXml --> | |
<appid>xeraa/ubercharts</appid> | |
<context-param> | |
<param-name>configuration</param-name> | |
<param-value>deployment</param-value> | |
</context-param> | |
</cloudbees-web-app> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment