add IFEM-THM to jenkins scripts

This commit is contained in:
Arne Morten Kvarving 2020-11-12 15:44:19 +01:00
parent 6a2959d9ca
commit e209b75ebf
2 changed files with 3 additions and 0 deletions

View File

@ -143,6 +143,7 @@ function clone_module {
GH_USER[IFEM-Stokes]=SintefMath
GH_USER[IFEM-ThermoElasticity]=OPM
GH_USER[IFEM-FSI]=SintefMath
GH_USER[IFEM-THM]=SintefMath
GH_USER[IFEM-Poisson]=OPM
if test -n "$GH_CREDENTIALS"

View File

@ -13,6 +13,7 @@ downstreams=(IFEM-AdvectionDiffusion
IFEM-FiniteDeformation
IFEM-ThermoElasticity
IFEM-PoroElasticity
IFEM-THM
IFEM-OpenFrac
IFEM-FSI)
@ -27,6 +28,7 @@ downstreamRev[IFEM-NavierStokes]=master
downstreamRev[IFEM-Boussinesq]=master
downstreamRev[IFEM-OpenFrac]=master
downstreamRev[IFEM-PoroElasticity]=master
downstreamRev[IFEM-THM]=master
downstreamRev[IFEM-Stokes]=master
downstreamRev[IFEM-ThermoElasticity]=master
downstreamRev[IFEM-FSI]=master