Skip to content

Commit

Permalink
Adjust formatting to be Markdown compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
leifmadsen committed Jul 29, 2016
1 parent 7e3d6b0 commit a0e9270
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,17 @@ you've supplied in `cloud.yml` and then deploy the stack.

In order to configure `scp` plugin, you'll need to use the `jenkins_scp_sites`
var. It expects a list of sites where Jenkins will copy the artifacts from
the jobs. Format is the following: ::

jenkins_scp_sites:
- hostname: test_hostname
user: jenkins1
password: abc
path: /test/path
- hostname: test_hostname
port: 23
user: jenkins1
keyfile: abc
the jobs. Format is the following:

jenkins_scp_sites:
- hostname: test_hostname
user: jenkins1
password: abc
path: /test/path
- hostname: test_hostname
port: 23
user: jenkins1
keyfile: abc
path: /test/path

### Jenkins Slave Deployment
Expand Down

0 comments on commit a0e9270

Please sign in to comment.