You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
println(ServiceMessage.asString("rundeck", mapOf("text" to "Job launch failed with error ${execution.code}:${execution.result}", "status" to "FAILURE")))
Could you explain what role of ##teamcity message with status "FAILURE"?
teamcity-rundeck/rundeck-agent/src/main/kotlin/com/hadihariri/teamcity/plugins/rundeck/agent/RunDeck.kt
Line 93 in b04915f
I read https://confluence.jetbrains.com/display/TCD10/Build+Script+Interaction+with+TeamCity#BuildScriptInteractionwithTeamCity-reportingMessagesForBuildLogReportingMessagesForBuildLog
but according doc understand that only "ERROR" status could be helpful.
p.s. in TC 10.x
##teamcity ...
messages are filtered fromBuild Log
outputThe text was updated successfully, but these errors were encountered: