Add Onap Jakarta support
[it/dep.git] / smo-install / jenkins / gerrit / manual-tests-pipeline
index ce74246..d316627 100644 (file)
@@ -61,9 +61,11 @@ podTemplate(yaml: '''
                 } else {
                   sh 'tox'
                 }
+                currentBuild.result = 'SUCCESS'
               }
               catch(exec) {
                 echo 'TOX tests crashed'
+                currentBuild.result = 'FAILURE'
               }
             }
         }