Skip to content

Instantly share code, notes, and snippets.

@xeraa
Created February 15, 2012 01:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xeraa/1832462 to your computer and use it in GitHub Desktop.
Save xeraa/1832462 to your computer and use it in GitHub Desktop.
Simple example configuration for Cloudbees
<?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