opm-upscaling/jenkins
Arne Morten Kvarving 79bfb17bc8 adjust jenkins script
remove opm-material from upstreams
2022-12-01 12:57:56 +01:00
..
build.sh adjust jenkins script 2022-12-01 12:57:56 +01:00
README.md add multiconfiguration support to jenkins build script 2016-08-23 14:30:49 +02:00

opm-upscaling jenkins build scripts:

build.sh: This script will build dependencies, then build opm-upscaling and execute its tests. 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.

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>.

To build with downstreams the trigger line needs to contain 'with downstreams'.