Browse Source

rethrow windows build error

pull/1/head
Grant Limberg 9 years ago
parent
commit
14fcb5867f
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -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
}
}
}

Loading…
Cancel
Save