Browse Source

Update 'Jenkinsfile'

appsptb 3 năm trước cách đây
mục cha
commit
c8c13fb0fc
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      Jenkinsfile

+ 4 - 1
Jenkinsfile

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