manage Jenkinsfile

This commit is contained in:
keita
2021-03-05 11:29:35 +09:00
parent 30e010226c
commit 75b2599b6b
Vendored
+1 -1
View File
@@ -47,7 +47,7 @@ pipeline {
try{ try{
sh ''' sh '''
cd build cd build
ctest --output_on_failure ctest --output-on-failure
''' '''
unittestBadge.setStatus('passing') unittestBadge.setStatus('passing')
}catch(Exception error){ }catch(Exception error){