* Fix post location in Jenkinsfile.

This commit is contained in:
liyang
2023-03-13 17:02:56 +08:00
parent e818efb850
commit c7bc285cf7
Vendored
+10 -10
View File
@@ -350,16 +350,16 @@ pipeline {
} // End Parallel
}
post{
success{
echo 'success'
}
failure{
echo 'failure'
}
}
}//End unittest
}
}
post{
success{
echo 'success'
}
failure{
echo 'failure'
}
}
}//End unittest
} // End Root Stages
} // End pipeline