Skip to content

Commit

Permalink
Merge pull request #149 from red-hat-data-services/update-push.yaml-1
Browse files Browse the repository at this point in the history
add tag and slack changes to tekton
  • Loading branch information
MohammadiIram authored Nov 5, 2024
2 parents 5039595 + 70e967f commit a109b77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .tekton/odh-notebook-controller-v2-16-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,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 @@ -282,6 +283,7 @@ spec:
- release='$(tasks.clone-repository.results.commit-timestamp)'
- git.url=$(params.git-url)
- git.commit=$(params.revision)
- io.openshift.tags="odh-notebook-controller"
- name: SOURCE_ARTIFACT
value: $(tasks.prefetch-dependencies.results.SOURCE_ARTIFACT)
- name: CACHI2_ARTIFACT
Expand Down

0 comments on commit a109b77

Please sign in to comment.