You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in understanding the possible ways to consume artifacts from buildbot-nix i noticed that the outputPaths gets populated only for builds for the default branch.
the use-cases i'm working with depend on pull-request outputs to be accessible publicly. first i was thinking of a postBuildStep for this, however the outputs might just work if they are made available for all builds.
The text was updated successfully, but these errors were encountered:
Than I would add a new abstract method to class GitBackend that returns the property name that stores the pull request number for both gitea and github. After that you can restore the code that was added in #243 but use the property name method that you added to make it backend agnostic.
I can handle testing gitea, just add the code for it and but make it work with github.
in understanding the possible ways to consume artifacts from buildbot-nix i noticed that the outputPaths gets populated only for builds for the default branch.
the use-cases i'm working with depend on pull-request outputs to be accessible publicly. first i was thinking of a postBuildStep for this, however the outputs might just work if they are made available for all builds.
The text was updated successfully, but these errors were encountered: