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
fix: Fixed Comments on Bitbucket Data Center & Cloud
when PipelineRun finishes PAC creates final status as comment on
Bitbucket Data Center and Cloud, but as Bitbucket (both) doesn't
support HTML comment they were not being rendered as HTML rather
they were only raw HTML string. in this PR markdown is used as
formatting template to prettify comment on Bitbucket.
https://issues.redhat.com/browse/SRVKP-7331
Signed-off-by: Zaki Shaikh <[email protected]>
Starting PipelineRun **{{ .Mt.PipelineRunName }}** in namespace **{{ .Mt.Namespace }}**
2
+
3
+
You can monitor the execution using the [{{ .Mt.ConsoleName }}]({{ .Mt.ConsoleURL }}) PipelineRun viewer or through the command line by using the [{{ .Mt.TknBinary }}]({{ .Mt.TknBinaryURL }}) CLI with the following command:
0 commit comments