microsoft / oe-engine

ACC template generation engine
MIT License
11 stars 14 forks source link

[CI/CD] Fix Jenkins CI pipelines #68

Closed ionutbalutoiu closed 4 years ago

ionutbalutoiu commented 4 years ago

Sometimes, the following message is given by the Jenkins CI:

No such field found: field hudson.AbortException getMessage

Thus, if an error is caught, we set failure job status, and re-throw the error.

Signed-off-by: Ionut Balutoiu ibalutoiu@cloudbasesolutions.com