Skip to content
Snippets Groups Projects
Commit d4efb3e5 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Adding integration test pipeline stages

parent 8b1deb33
No related branches found
No related tags found
No related merge requests found
#!groovy
build '/OpenFPM_devices/master'
stage ('devices')
{
build '/OpenFPM_devices/master'
}
stage ('data')
{
build '/OpenFPM_data/master'
}
stage ('vcluster')
{
build '/OpenFPM_vcluster/master'
}
stage ('IO')
{
build '/OpenFPM_IO/master'
}
stage ('pdata')
{
build '/OpenFPM_pdata/master'
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment