We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am unable to get certain simple formatting to work with this resource - specifically a new line.
For example, I would like the message in teams to be something like this.
A concourse pipeline has failed at the myPipeline/myJob job. Team: myTeam Pipeline Name: myPipeline Job Name: myJob Build: 12
However, the message is formatting like this
I've tried multiple ways to get the new lines (\, \n, \r, <br>, mulitple spaces) - hopefully I'm just missing something simple...
\, \n, \r, <br>, mulitple spaces
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am unable to get certain simple formatting to work with this resource - specifically a new line.
For example, I would like the message in teams to be something like this.
A concourse pipeline has failed at the myPipeline/myJob job.
Team: myTeam
Pipeline Name: myPipeline
Job Name: myJob
Build: 12
However, the message is formatting like this
A concourse pipeline has failed at the myPipeline/myJob job. Team: myTeam Pipeline Name: myPipeline Job Name: myJob Build: 12
I've tried multiple ways to get the new lines (
\, \n, \r, <br>, mulitple spaces
) - hopefully I'm just missing something simple...The text was updated successfully, but these errors were encountered: