Skip to content

Commit

Permalink
Remove unnsecary stuff from Jenkinsfile (#110)
Browse files Browse the repository at this point in the history
* See what happens if we remove this

* let's try breaking it now!

* try breaking it with a java exception - maybe

* And back to normal
  • Loading branch information
alex authored and reaperhulk committed Apr 29, 2017
1 parent 2c36d3a commit 47a038d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ def build(label, toxenv) {
}
}
}
} catch (e) {
currentBuild.result = 'FAILURE'
throw e
} finally {
deleteDir()
}
Expand Down

0 comments on commit 47a038d

Please sign in to comment.