Closed seschwar closed 8 years ago
The documentation for the Travis Build-Livecycle mentions that after_script is executed after after_success and after_failure.
after_script
after_success
after_failure
However this plugin executes after_script immediately after script, even before after_success and after_failure.
script
I think this plugin should execute them in the same way as Travis does.
solved in latest pull request
The documentation for the Travis Build-Livecycle mentions that
after_script
is executed afterafter_success
andafter_failure
.However this plugin executes
after_script
immediately afterscript
, even beforeafter_success
andafter_failure
.I think this plugin should execute them in the same way as Travis does.