mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Plugins: Include build number and PR in metadata (#18260)
This commit is contained in:
committed by
Torkel Ödegaard
parent
13c41b781a
commit
6fa617efdc
@@ -82,6 +82,8 @@ export interface PluginBuildInfo {
|
|||||||
repo?: string;
|
repo?: string;
|
||||||
branch?: string;
|
branch?: string;
|
||||||
hash?: string;
|
hash?: string;
|
||||||
|
number?: number;
|
||||||
|
pr?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface PluginMetaInfo {
|
export interface PluginMetaInfo {
|
||||||
|
|||||||
Reference in New Issue
Block a user