-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
2018 Week 42-44, 2018 Week 45-47, 2018 Week 48-50
-
5
-
NEW
-
VERIFIED
As a user, I want to be able to provide a better error handling on git hooks.
On git hook execution user can return an exit code. The goal in this jira is to map this return code with a properties file (multi-language) proved by the user and if the return code matches with a positive code provided in the property file, we will present a message on the project.
0 -> will be considered as Success (green notification). This is the default for all platforms.
1-30 -> will be shown as a Warning (amber notification)
any other code -> will be shown asn Error (red notification)