Newer
Older
#!groovy
parallel (
"integration" : {stage ('integration')
{
}
},
"high_scal" : {stage ('high scale test')
{
build '/OpenFPM_high_scal'
}
},
)
parallel (
"mid_scal" : {stage ('medium scale test')
{