-
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
currently i have the following hardcoded
props = lib.attrsets.genAttrs [
"attr"
"basename"
"branch"
"builddir"
"builderid"
"buildername"
"buildnumber"
"cacheStatus"
"codebase"
"drv_path"
"event"
"github.base.sha"
"github.head.sha"
"out_path"
"owners"
"project"
"projectid"
"projectname"
"pullrequesturl"
"repository"
"revision"
"scheduler"
"status_name"
"system"
"virtual_builder_name"
"virtual_builder_tags"
"workername"
] (name: self.inputs.buildbot-nix.lib.interpolate "%(prop:${name})s");this list is just copied and pasted from the properties i saw on the web UI, and surely diverges for other forges and maybe even other projects on github. having a machine-readable way at runtime with all available properties would be nice.
Metadata
Metadata
Assignees
Labels
No labels