When Teamcity makes a successful build, it displays a green label "Success" (or "Tests Passed ...").
Is it possible to configure this shortcut, for example, an output environment variable?
You can customize the assembly status message shown for completed assemblies using TeamCity service messages. The TeamCity documentation describes in detail the format of these messages, which you just need to output to standard output. The following is an example build status message:
##teamcity[buildStatus status='SUCCESS' text='{build.status.text} and some aftertext']
Build Script TeamCity Documentation Interaction
Source: https://habr.com/ru/post/943942/More articles:There is no Paypal Express Checkout account. Error 10400 - phpRegular expression - trimming spaces from the beginning and end of a line - regexHaskell Persistent insertion strings if they are not already in the database - haskellAdjust image position using iTextSharp - c #Constructors in scala with varargs - constructorServiceLoader.next raises NoClassDefFoundError - javaSQLite in statement in query () - androidR: best gradient color ggplot - rSqlite Query for multiple values โโin one column - androidHow to get the full output from the expected when the size of the internal buffer in the size of expect_out (buffer) exceeds? - tclAll Articles