Browse Source

rethrow windows build error

Grant Limberg 8 years ago
parent
commit
14fcb5867f
1 changed files with 2 additions and 0 deletions
  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
         }
     }
 }