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

Differentiate build reasons #13

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Differentiate build reasons #13

wants to merge 3 commits into from

Conversation

WhySoBad
Copy link
Contributor

This pull request resolves the #10 issue

There are five different build reasons:

  • initial: The initial build when the package is added to the repository
  • schedule: The build was triggered by a cron schedule
  • manual: The build was triggered manually through the api
  • webhook: The build was triggered by a webhook
  • unknown: The reason for the build is not known (this is for compatibility with versions which hadn't the reason field in the database)

The build reason is displayed in the info <name> command for a specific package

@VirtCode
Copy link
Owner

why not also on the build info (e.g. serene info <package> bulid) command?

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