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

2
Jenkinsfile vendored
View File

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