X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=smo-install%2Fjenkins%2Fgithub%2Fmanual-tests-pipeline;h=e73841a4da94bf8f13b3eaf1dc22ff6cbab9690c;hb=facf93e436bfe13e866f86a510bad8c1c9c85430;hp=77524183d807e17a5d04b6fe6a679fc75205a477;hpb=5288913d914df119819fd349c57eb3ace44a423c;p=it%2Fdep.git diff --git a/smo-install/jenkins/github/manual-tests-pipeline b/smo-install/jenkins/github/manual-tests-pipeline index 77524183..e73841a4 100644 --- a/smo-install/jenkins/github/manual-tests-pipeline +++ b/smo-install/jenkins/github/manual-tests-pipeline @@ -61,9 +61,11 @@ podTemplate(yaml: ''' } else { sh 'tox' } + currentBuild.result = 'SUCCESS' } catch(exec) { echo 'TOX tests crashed' + currentBuild.result = 'FAILURE' } } }