-
Improvement
-
Resolution: Unresolved
-
Minor
-
Platform: All, OS: All
Is it possible to add a message to the telegram in the output of the user name?
- which started the assembly
- which started the assembly on the trigger through the hook
- the user name of the last commit
- user email
Example telegram message without improvement:
-----------
Successful - Build #5 of APP
SUCCESS
Go to build <link>
-----------
Example telegram message with improvement:
-----------
Successful - Build #5 of APP
SUCCESS
Last commit: Username <user email>
Build started:Username <user email> (push build button)
Link to repozitory commit
Go to build <link>
-----------
It would be ideal to create messages on a template:
-----------
Successful - Build #{$BUILD_VERSION} of {$APP_NAME}
${STATUS}
etc.
-----------