github
Prerequisites
{
"github": {
"baseUrl": "https://company-github-host/api/v3"
}
}Usage
{
"name": "1000.0.0",
"container": {
"miniApps": [
"git+ssh://[email protected]/foo/MiniAppA.git#346f8f185f4bfc5de0c694918e131eec1847dab0",
"git+ssh://[email protected]/foo/MiniAppB.git#d4ced142494b7f02c9038c805ca13229d2e32415",
"git+ssh://[email protected]/foo/MiniAppC.git#ec1a90be810e1dc6668f5a7c2ec25e3302799cdd"
],
"miniAppsBranches": [
"git+ssh://[email protected]/foo/MiniAppA.git#development",
"git+ssh://[email protected]/foo/MiniAppB.git#development",
"git+ssh://[email protected]/foo/MiniAppC.git#development"
]
}
}Last updated