Vadim Surkov 7 years ago
parent
commit
bd2628b296
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -42,7 +42,7 @@ pipeline {
             }
             catch(err){
               echo "Recovering service $item"
-//              throw
+              throw err
             }
           }
         }