2016-04-04 07:20:24 -05:00
|
|
|
# opm-core jenkins build scripts:
|
|
|
|
|
|
|
|
**build.sh**:
|
|
|
|
This script will build dependencies, then build opm-core and execute its tests.
|
2016-08-23 07:08:38 -05:00
|
|
|
It also inspects the $ghbPrBuildComment environmental variable and builds
|
|
|
|
downstreams if requested. It inspects the $ghbPrBuildComment
|
|
|
|
environmental variable to obtain a pull request to use for the modules.
|
2016-04-04 07:20:24 -05:00
|
|
|
|
2016-08-23 07:08:38 -05:00
|
|
|
It is intended for pre-merge builds of pull requests.
|
|
|
|
|
|
|
|
To specify a given pull request to use for upstreams and downstreams,
|
|
|
|
trigger line needs to contain <module-name>=<pull request number>.
|
2016-04-04 07:20:24 -05:00
|
|
|
|
2016-08-23 07:08:38 -05:00
|
|
|
To build with downstreams the trigger line needs to contain 'with downstreams'.
|