Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .tekton/collector-component-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
- name: slack-notification
params:
- name: message
value: ':x: `{{event_type}}` pipeline for <https://console.redhat.com/application-pipeline/workspaces/rh-acs/applications/acs/pipelineruns/$(context.pipelineRun.name)|$(context.pipelineRun.name)> (`$(params.output-image-repo)`, revision <$(params.git-url)/commit/$(params.revision)|$(params.revision)>) has failed.'
value: ':x: `{{event_type}}` pipeline for {{ target_branch }} branch (`$(params.output-image-repo)`, revision <$(params.git-url)/commit/$(params.revision)|$(params.revision)>, <https://console.redhat.com/application-pipeline/workspaces/rh-acs/applications/acs/pipelineruns/$(context.pipelineRun.name)|$(context.pipelineRun.name)>) has failed. Follow the instructions on <https://spaces.redhat.com/spaces/StackRox/pages/407312060/How+to+everything+Konflux+for+RHACS#HowtoeverythingKonfluxforRHACS-re-runningHowtore-runpipelines|Confluence> to re-run the pipeline.'
- name: key-name
value: 'acs-konflux-notifications'
when:
Expand Down Expand Up @@ -162,7 +162,7 @@ spec:
- name: url
value: $(params.git-url)
- name: revision
value: $(params.revision)
value: $(params.revision)-123
- name: submodules
value: $(params.clone-submodules)
- name: depth
Expand Down
Loading