You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In docs/ABSTRUSE_YML.md we can find information about after_success/after_failure sections for .abstruse.yml
But currently after_failure not works as described:
If "script" part was successfull abstruse run both of after_success/after_failure:
Probably because of this - https://github.com/bleenco/abstruse/blob/master/server/parser/parser.go#L191
Looks like all yaml sections (before_script/script/after_success/after_failure) mixed here to one structure and they executing just one by one until something failed without separate logic for after_failure.
Sorry, not powered in golang to make patch example for that =(
The text was updated successfully, but these errors were encountered:
inkvizitor68sl
changed the title
after_success/after_failure not works now
after_failure not works as expected
Jun 4, 2021
Hi.
In docs/ABSTRUSE_YML.md we can find information about after_success/after_failure sections for .abstruse.yml
But currently after_failure not works as described:
Probably because of this - https://github.com/bleenco/abstruse/blob/master/server/parser/parser.go#L191
Looks like all yaml sections (before_script/script/after_success/after_failure) mixed here to one structure and they executing just one by one until something failed without separate logic for after_failure.
Sorry, not powered in golang to make patch example for that =(
The text was updated successfully, but these errors were encountered: