Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoder committed May 2, 2014
1 parent 809bb7b commit 8bbffb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Replacing is done by matching **${PARAMETER\_KEY}** in branch specifier to the p
This is usefull e.g. when you want to define a single project for all the branches in the repository.<br/>
Setup might look like this:

* parametrized build with string parametere **BRANCH\_TO\_BUILD**, default = master
* parametrized build with string parameter **BRANCH\_TO\_BUILD**, default = master
* branch specifier: **origin/${BRANCH\_NAME\_TO\_BUILD}**

With this configuration:
Expand Down Expand Up @@ -79,7 +79,7 @@ The procedure is the same as for the build now hook, the difference is that this
Additional notes:

* the project must be configured not to skip notifyCommit
* parametrized projects can be polled, but subsequent build will use the default parametere values (can't propagate the branch to the polling)
* parametrized projects can be polled, but subsequent build will use the default parameter values (can't propagate the branch to the polling)

### Delete branch commits

Expand Down

0 comments on commit 8bbffb9

Please sign in to comment.