diff --git a/.tekton/odh-modelmesh-v2-16-push.yaml b/.tekton/odh-modelmesh-v2-16-push.yaml index 301ab854..d2395713 100644 --- a/.tekton/odh-modelmesh-v2-16-push.yaml +++ b/.tekton/odh-modelmesh-v2-16-push.yaml @@ -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 @@ -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: @@ -722,4 +724,4 @@ spec: - name: git-auth secret: secretName: '{{ git_auth_secret }}' -status: {} \ No newline at end of file +status: {}