Jenkinsfile: always attempt --ci-upload

Sometimes there are legitimately only bottles for < 3 versions of macOS.
master
ilovezfs 2017-04-08 09:47:18 -07:00 committed by GitHub
parent 24b548ed77
commit b2fe08408e
1 changed files with 9 additions and 11 deletions

2
Jenkinsfile vendored
View File

@ -89,7 +89,6 @@ try {
stash_passed = false
}
if (stash_passed) {
try {
withCredentials([[
$class: 'UsernamePasswordMultiBinding',
@ -103,7 +102,6 @@ try {
}
}
}
}
}
catch (err) {
// TODO: decide who to email and when