Azure Devops Custom (Errors) Messages in emails and Job reports
One of the common feature request for Azure Devops is to have a custom messages in emails. It could be great feature, but currently we have some options – so let’s see them one by one. The code: – task: Bash@3 inputs: targetType: ‘inline’ script: | echo “##vso[task.logissue type=error]Hello world!” echo “##vso[task.complete result=Failed]” produces the following report (we see the message), and email (we […]