Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
batasha committed Mar 18, 2015
1 parent efdde32 commit 41a6bbb
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,20 @@ A simple command-line tool for running a Jenkins test job before pushing code to
This app assumes that you have a Jenkins job already configured as follows:

* It takes a file parameter called 'patch'
* It pulls or your source code from origin/master and executes a shell command that runs
* It pulls your source code from origin/master and executes a shell command that runs


echo "" >> ${WORKSPACE}/patch
git apply ${WORKSPACE}/patch
```
echo "" >> ${WORKSPACE}/patch
git apply ${WORKSPACE}/patch
```

* It then executes your desired test suite and runs

```
git apply --reverse ${WORKSPACE}/patch
```

git apply --reverse ${WORKSPACE}/patch

to teardown (optional but recommended)
to teardown (optional but recommended)

## Local Config

Expand Down

0 comments on commit 41a6bbb

Please sign in to comment.