summaryrefslogtreecommitdiff
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorGrant Limberg <grant.limberg@zerotier.com>2016-11-28 14:57:37 -0800
committerGrant Limberg <grant.limberg@zerotier.com>2016-11-28 14:57:37 -0800
commit14fcb5867fa9523ac7f7a20670a74a128f7b0546 (patch)
tree7cfd113e3df5143a2bb4a96a541ce3f11f72d423 /Jenkinsfile
parentcf59362c4aee0b67948b45ec54268ffacff51b05 (diff)
downloadinfinitytier-14fcb5867fa9523ac7f7a20670a74a128f7b0546.tar.gz
infinitytier-14fcb5867fa9523ac7f7a20670a74a128f7b0546.zip
rethrow windows build error
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index d1602684..3216c118 100644
--- a/Jenkinsfile
+++ b/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
}
}
}