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
let the user define a console endpoint which is replaced by template
for link showed on the pr results and others.
* `tekton-dashboard-url`
Set this to your dashboard URL, and the pipelinerun and tasklog will be
expander there.
You can configure a custom console with this settings:
* `custom-console-name`
Set this to the name of your custom console. example: `MyCorp Console`
* `custom-console-url`
Set this to the root URL of your custom console. example: `https://mycorp.com`
* `custom-console-url-pr-details`
Set this to the URL where to view the details of the `PipelineRun`. This is
shown when the PipelineRun is started so the user can follow execution on your
console or when to see more details about the pipelinerun ion result.
The URL suports templating for these value:
* `{{ namespace }}`: The target namespace where the pipelinerun is executed
* `{{ pr }}`: The PipelineRun name.
example: `https://mycorp.com/ns/{{ namespace }}/pipelienrun/{{ pr }}`
* `custom-console-url-pr-tasklog`
Set this to the URL where to view the log of the taskrun of the `PipelineRun`. This is
shown when we post a result of the task breakdown to link to the logs of the taskrun.
The URL suports templating for these value:
* `{{ namespace }}`: The target namespace where the pipelinerun is executed
* `{{ pr }}`: The PipelineRun name.
* `{{ task }}`: The Task name in the PR
example: `https://mycorp.com/ns/{{ namespace }}/pipelienrun/{{ pr }}/logs/{{ task }}`
Signed-off-by: Chmouel Boudjnah <[email protected]>
0 commit comments