Commit da7162204773cee21987827421db5a2985ca1677

Authored by George Vlahavas

Merge branch 'master' of gitlab.com:gapan/kea

Showing 1 changed file

kea_testing.groovy View file @ da71622
... ... @@ -88,7 +88,6 @@
88 88 error("$testName: Returned status code = $responseCode when calling $url")
89 89 }
90 90  
91   -
92 91 } catch (ignored) {
93 92 currentBuild.result = 'FAILURE'
94 93 echo "KEA Deployment Tests failed"