appsptb 3 жил өмнө
parent
commit
c8c13fb0fc
1 өөрчлөгдсөн 4 нэмэгдсэн , 1 устгасан
  1. 4 1
      Jenkinsfile

+ 4 - 1
Jenkinsfile

@@ -37,5 +37,8 @@ node {
         }
       }
     }
-}
+  }
+  catch (err) {
+    throw err
+  }
 }