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

Devices pipeline with success notification

parent f30adc13
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ parallel (
stage ('gin_run')
{
sh "./src/mem"
sh "./success.sh 2 gin openfpm_devices"
}
}},
......@@ -29,6 +30,7 @@ parallel (
stage ('nyu_run')
{
sh "./src/mem"
sh "./success.sh 2 nyu openfpm_devices"
}
}},
......@@ -45,6 +47,7 @@ parallel (
stage ('sb15_run')
{
sh "./src/mem"
sh "./success.sh 2 sbalzarini-mac-15 openfpm_devices"
}
}}
......
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