Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish build scan commit statuses #587

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

blindpirate
Copy link
Contributor

This is a preparation for making TeamCity private. Currently, we run the builds on TeamCity and all links in the commit statuses point to TeamCity. Once we make TC private, the links are no longer visible to community contributors.

This PR adds a GitHub action that attaches an extra commit status to the commit:

  1. If the TeamCity build succeeds, it will attach a link pointing to all builds with the specific commit on ge.gradle.org
  2. If the TeamCity build fails, it will attach a link pointing to failed builds with the specific commit on ge.gradle.org

Example:

image image

@blindpirate blindpirate self-assigned this Nov 6, 2024
Copy link
Member

@cobexer cobexer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Please move the workflow implementation to a dedicated repo so we don't have to duplicate the implementation into each public repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants