Explorar o código

rethrow windows build error

Grant Limberg %!s(int64=8) %!d(string=hai) anos
pai
achega
14fcb5867f
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Jenkinsfile

+ 2 - 0
Jenkinsfile

@@ -74,6 +74,8 @@ devenv windows\\ZeroTierOne.sln /build
         catch (err) {
             currentBuild.result = "FAILURE"
             slackSend color: '#ff0000', message: "${env.JOB_NAME} broken on Windows (<${env.BUILD_URL}|Open>)"
+
+            throw err
         }
     }
 }