Jenkinsfile: This is meant to say "finally", not "catch".

This commit is contained in:
/dev/urandom 2016-09-14 08:38:29 +02:00
parent d53650dbe7
commit 8eb34fbdb4
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

2
Jenkinsfile vendored
View File

@ -181,7 +181,7 @@ stage("Publishing") {
} }
} }
archiveArtifacts artifacts: "**/*.dll,**/*.pdb", fingerprint: true archiveArtifacts artifacts: "**/*.dll,**/*.pdb", fingerprint: true
} catch { } finally {
deleteDir() deleteDir()
} }
} }