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