add IFEM-CoSTA to jenkins

This commit is contained in:
Arne Morten Kvarving 2021-09-24 09:24:03 +02:00
parent 548adf7e5b
commit 845b3a1af4
2 changed files with 4 additions and 1 deletions

View File

@ -149,6 +149,7 @@ function clone_module {
GH_USER[IFEM-Poisson]=OPM
GH_USER[SIMRA-PostProc]=akva2
GH_USER[IFEM-HM]=akva2
GH_USER[IFEM-CoSTA]=akva2
if test -n "$GH_CREDENTIALS"
then

View File

@ -17,7 +17,8 @@ downstreams=(IFEM-AdvectionDiffusion
IFEM-OpenFrac
IFEM-FSI
SIMRA-PostProc
IFEM-HM)
IFEM-HM
IFEM-CoSTA)
declare -A downstreamRev
downstreamRev[IFEM-Poisson]=master
@ -36,6 +37,7 @@ downstreamRev[IFEM-ThermoElasticity]=master
downstreamRev[IFEM-FSI]=master
downstreamRev[SIMRA-PostProc]=master
downstreamRev[IFEM-HM]=master
downstreamRev[IFEM-CoSTA]=master
IFEM_REVISION=$sha1