Skip to content

Commit

Permalink
Update application to acs-konflux-tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
msugakov committed Dec 16, 2024
1 parent 241c29d commit 9ae0fcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tekton/acs-konflux-tasks-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
(event == "pull_request")
creationTimestamp: null
labels:
appstudio.openshift.io/application: acs
appstudio.openshift.io/application: acs-konflux-tasks
appstudio.openshift.io/component: acs-konflux-tasks
pipelines.appstudio.openshift.io/type: build
name: acs-konflux-tasks-on-push
Expand Down Expand Up @@ -123,7 +123,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 <https://console.redhat.com/application-pipeline/workspaces/rh-acs/applications/acs-konflux-tasks/pipelineruns/$(context.pipelineRun.name)|$(context.pipelineRun.name)> (`$(params.output-image-repo)`, revision <$(params.git-url)/commit/$(params.revision)|$(params.revision)>) has failed.'
- name: key-name
value: 'acs-konflux-notifications'
when:
Expand Down

0 comments on commit 9ae0fcb

Please sign in to comment.