Hi,
I did double check about the problem and it's exists in any case (success or failure)
Please see below the example for both situation:
For success message
Build #59 - good execution
[2019-04-10T13:56:58.590Z] [amd_helm_chart_release][INFO] helm release script finished successfully
[Pipeline] }
[Pipeline] [Pipeline] }
[Pipeline] [Pipeline] }
[Pipeline] [Pipeline] }
[Pipeline] [Pipeline] End of Pipeline
Finished: SUCCESS
Build #60 - regression
[2019-04-10T14:07:40.587Z] [amd_helm_chart_release][INFO] helm release script finished successfully
[Pipeline] }
[Pipeline] [Pipeline] }
[Pipeline] [Pipeline] }
[Pipeline] [Pipeline] }
[Pipeline] [Pipeline] End of Pipeline
As you can see the Finished: SUCCESS is missing
For failure message
Build #59 - good execution
[2019-04-10T13:58:27.648Z] [amd_helm_chart_release][ERROR] helm release script failed
[Pipeline] }
[Pipeline] [Pipeline] }
[Pipeline] [Pipeline] }
[Pipeline] [Pipeline] }
[Pipeline] [Pipeline] End of Pipeline
Finished: FAILURE
Build #60 - regression
[2019-04-10T14:09:06.858Z] [amd_helm_chart_release][ERROR] helm release script failed
[Pipeline] }
[Pipeline] [Pipeline] }
[Pipeline] [Pipeline] }
[Pipeline] [Pipeline] }
[Pipeline] [Pipeline] End of Pipeline
As you can see the Finished: FAILURE is missing
In the build #61 all tests passed without code change
shurikg could you please provide steps to reproduce? there are automated tests validating this scenario, so it must be a specific configuration you have or something being done differently. With the current information there is nothing we can do to help. Thanks