Skip to content

Commit

Permalink
RESOLVED - issue JENKINS-11567: Update documentation for configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Erick Dovale committed Dec 14, 2011
1 parent 073632d commit 044456e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
@@ -1,3 +1,3 @@
<div>
The Amazon API Access Key.
The Amazon API Access Key. You can pass environment variables into this field.
</div>
@@ -1,3 +1,3 @@
<div>
The Amazon API Secret Key.
The Amazon API Secret Key. You can pass environment variables into this field.
</div>
@@ -1,3 +1,6 @@
<div>
The parameters to pass into the recipe. A comma separated list of key/value pairs. ie: key1=value1,key2=value2
<p>
The parameters to pass into the recipe. A comma separated list of key/value pairs. ie: key1=value1,key2=value2</br>
You can pass environment variables as values to a stack parameters.
</p>
</div>
@@ -1,3 +1,3 @@
<div>
Name of the stack.
<p>Name of the stack. The name associated with the stack. The name must be unique within your AWS account. Must contain only alphanumeric characters (case sensitive) and start with an alpha character. Maximum length of the name is 255 characters.</p>
</div>
@@ -1,3 +1,3 @@
<div>
Time to wait before giving up creating a stack. Minimum time is 5 mins.
Number of seconds to wait before giving up creating a stack. Minimum time is 5 mins.
</div>

0 comments on commit 044456e

Please sign in to comment.