bmustiata / jenny

Command line Jenkinsfile runner written in groovy. Does not need a Jenkins installation to run the Jenkinsfile.
BSD 3-Clause "New" or "Revised" License
91 stars 8 forks source link

Add `hudson.AbortException` #28

Closed bmustiata closed 6 years ago

bmustiata commented 6 years ago

From #27 .

try {
  //...
}
 //does not recognize hudson.AbortException
catch (hudson.AbortException e) {
  //...
}