Hi there,
I would like to run a script step after my Gradle step runs that checks whether the build succeeded or not and do some work in either case. Is there a way to access that information from a Script step? I see the .isBuildFailed check from .yml world but unsure how to access the same type of variable from Bash.
Vince