Updating description to mention use of libraries.

This commit is contained in:
Jesse Glick 2017-04-05 11:21:47 -04:00
parent 0d26fa93eb
commit d241db1599
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ The continuous delivery pipeline consists of the following sequence.
You may clone from, edit, and push to `git://localhost/repo`.
Each branch automatically creates a matching subproject that builds that branch.
* Checks out source code from the same repository and commit as `Jenkinsfile`.
* Loads a set of utility functions from a separate file `servers.groovy`.
* Loads a set of utility functions from a library in a separate repository.
* Builds sources via Maven with unit testing.
* Run two parallel integration tests that involve deploying the app to a PaaS-like ephemeral server instances, which get
thrown away when tests are done (this is done by using auto-deployment of Jetty)