mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Adding build number to plugin schema (#89464)
adding build number
This commit is contained in:
parent
44fd13c742
commit
78c8a26906
@ -72,6 +72,10 @@
|
|||||||
"pr": {
|
"pr": {
|
||||||
"type": "number",
|
"type": "number",
|
||||||
"description": "GitHub pull request the plugin was built from"
|
"description": "GitHub pull request the plugin was built from"
|
||||||
|
},
|
||||||
|
"build": {
|
||||||
|
"type": "number",
|
||||||
|
"description": "Build job number used to build this plugin."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user