Skip to content

Commit

Permalink
Merge pull request opendatahub-io#34 from red-hat-data-services/Moham…
Browse files Browse the repository at this point in the history
…madiIram-patch-1

add tag and slack changes to tekton
  • Loading branch information
MohammadiIram authored Nov 6, 2024
2 parents d05b048 + 63cea28 commit a4555a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .tekton/odh-modelmesh-v2-16-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ spec:
build_time="$(date +%Y-%m-%dT%H:%M:%S)"
slack_message="${alertEmoji} <${build_url}|${pipelinerun_name}> - ${build_time}"
slack_message=$(echo -e "${slack_message}\nStatus: ${statusText} ${statusEmoji}")
slack_message=$(echo -e "${slack_message}\nCC - <@S05B904NQ6L>")
echo -n "${slack_message}" > "$(results.slack-message-failure-text.path)"
- name: init
Expand Down Expand Up @@ -450,6 +451,7 @@ spec:
- release='$(tasks.clone-repository.results.commit-timestamp)'
- git.url=$(params.git-url)
- git.commit=$(params.revision)
- io.openshift.tags="odh-modelmesh"
runAfter:
- prefetch-dependencies
taskRef:
Expand Down Expand Up @@ -722,4 +724,4 @@ spec:
- name: git-auth
secret:
secretName: '{{ git_auth_secret }}'
status: {}
status: {}

0 comments on commit a4555a2

Please sign in to comment.