Newer
Older
#!groovy
parallel (
"integration" : {stage ('integration')
{
}
},
"high_scal" : {stage ('high scale test')
{
}
},
)
parallel (
"mid_scal" : {stage ('medium scale test')
{
"sec_compilers" : {stage('test secondary compilers')
{
build 'OpenFPM_secondary_compilers'
}
}