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