Skip to content

Commit

Permalink
Improve Slack message in Pipeline step
Browse files Browse the repository at this point in the history
Update copyright year in README
  • Loading branch information
alexhung committed Jan 3, 2024
1 parent e1d0f78 commit 1a8c771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .jfrog-pipelines/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ pipelines:
export DESCRIPTION="All tests passed successfully."
git clone https://${int_partnership_github_token}@github.com/jfrog/terraform-provider-shared.git
./terraform-provider-shared/scripts/github-status.sh ${res_terraform_provider_platform_gitProvider_token} ${res_terraform_provider_platform_gitRepoFullName} ${res_terraform_provider_platform_commitSha}
send_notification partnership_slack --text "<${res_terraform_provider_platform_gitRepoRepositoryHttpsUrl}|Terraform Provider>. A new PR was submitted by *${PR_COMMITTER}* - <${PR_URL}|${PR_TITLE}>, branch *${PR_BRANCH}*. Changes tested successfully. <@U01H1SLSPA8> or <@UNDRUL1EU> please, review and merge."
send_notification partnership_slack --text "<${res_terraform_provider_platform_gitRepoRepositoryHttpsUrl}|Terraform Provider Platform>. A new PR was submitted by *${PR_COMMITTER}* - <${PR_URL}|${PR_TITLE}>, branch *${PR_BRANCH}*. Changes tested successfully. <@U01H1SLSPA8> or <@UNDRUL1EU> please, review and merge."
fi
onFailure:
- echo "Failure, sending status to GitHub and Slack."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ See the [contribution guide](CONTRIBUTIONS.md).

## License

Copyright (c) 2023 JFrog.
Copyright (c) 2024 JFrog.

Apache 2.0 licensed, see [LICENSE][LICENSE] file.

Expand Down

0 comments on commit 1a8c771

Please sign in to comment.