mirror of
https://github.com/grafana/grafana.git
synced 2025-09-28 07:53:58 +08:00
Chore: Adding build number to plugin schema (#89464)
adding build number
This commit is contained in:
@ -72,6 +72,10 @@
|
||||
"pr": {
|
||||
"type": "number",
|
||||
"description": "GitHub pull request the plugin was built from"
|
||||
},
|
||||
"build": {
|
||||
"type": "number",
|
||||
"description": "Build job number used to build this plugin."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user