Skip to content

Commit 7e1d03c

Browse files
aThorp96pipelines-as-code[bot]
authored andcommitted
feat: link to PipelineRun in Starting template
1 parent 445ab7e commit 7e1d03c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PipelineRun <b>{{ .Mt.PipelineRunName }}</b> has been queued in namespace <b>{{ .Mt.Namespace }}</b><br><br>
1+
PipelineRun <b>[{{ .Mt.PipelineRunName }}]({{ .Mt.ConsoleURL }})</b> has been queued in namespace <b>{{ .Mt.Namespace }}</b><br><br>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PipelineRun **{{ .Mt.PipelineRunName }}** has been queued in namespace **{{ .Mt.Namespace }}**
1+
PipelineRun **[{{ .Mt.PipelineRunName }}]({{ .Mt.ConsoleURL }})** has been queued in namespace **{{ .Mt.Namespace }}**

pkg/formatting/templates/starting.go.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Starting Pipelinerun <b>{{ .Mt.PipelineRunName }}</b> in namespace<b> {{ .Mt.Namespace }}</b><br>
1+
Starting Pipelinerun <b>[{{ .Mt.PipelineRunName }}]({{ .Mt.ConsoleURL }})</b> in namespace <b>{{ .Mt.Namespace }}</b><br>
22
You can monitor the execution using the [{{ .Mt.ConsoleName }}]({{ .Mt.ConsoleURL }}) PipelineRun viewer or through the command line by
33
using the [{{ .Mt.TknBinary }}]({{ .Mt.TknBinaryURL }}) CLI with the following command:
44

pkg/formatting/templates/starting.markdown.go.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Starting PipelineRun **{{ .Mt.PipelineRunName }}** in namespace **{{ .Mt.Namespace }}**
1+
Starting PipelineRun **[{{ .Mt.PipelineRunName }}]({{ .Mt.ConsoleURL }})** in namespace **{{ .Mt.Namespace }}**
22

33
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:
44

0 commit comments

Comments
 (0)