|
|
@ -215,8 +215,8 @@ pipeline {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
post {
|
|
|
|
post {
|
|
|
|
cleanup {
|
|
|
|
cleanup {
|
|
|
|
sh "sudo make distclean 2&>/dev/null || : "
|
|
|
|
sh "sudo make distclean >/dev/null 2>&1 || : "
|
|
|
|
sh "sudo rm -rf tests/CI/output 2&>/dev/null || : "
|
|
|
|
sh "sudo rm -rf tests/CI/output >/dev/null 2>&1 || : "
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* The Gerrit Trigger will automatically post the "Verified" results back
|
|
|
|
* The Gerrit Trigger will automatically post the "Verified" results back
|
|
|
|