masaki / jenkins-travis-yml-plugin

go to https://github.com/jenkinsci/travis-yml-plugin
MIT License
21 stars 16 forks source link

after_script is run before after_success #8

Closed seschwar closed 8 years ago

seschwar commented 10 years ago

The documentation for the Travis Build-Livecycle mentions that after_script is executed after after_success and after_failure.

However this plugin executes after_script immediately after script, even before after_success and after_failure.

I think this plugin should execute them in the same way as Travis does.

alvarolorentedev commented 8 years ago

solved in latest pull request