rethrow windows build error

This commit is contained in:
Grant Limberg 2016-11-28 14:57:37 -08:00
parent cf59362c4a
commit 14fcb5867f

2
Jenkinsfile vendored
View File

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