... | ... | @@ -56,63 +56,33 @@ at the end of the menu add a loop |
|
|
## create a repo on GIT for the pipeline
|
|
|
- "ProviderName-provider-fabric"
|
|
|
|
|
|
### config.json [config.json](uploads/ce73c926eb2804fd27ca6ee0f7128b83/config.json)
|
|
|
|
|
|
```
|
|
|
{
|
|
|
"repositories": [
|
|
|
{
|
|
|
"name": "Sepalumic_VE",
|
|
|
"name": "ProviderName_1",
|
|
|
"type": "provider",
|
|
|
"repoUrl": "https://gitlab-ci-token:${CI_JOB_TOKEN}@git.cover3d.com/Sepalumic/Sepalumic_VE"
|
|
|
"repoUrl": "https://gitlab-ci-token:${CI_JOB_TOKEN}@git.cover3d.com/CustomerName/ProviderName_1"
|
|
|
},
|
|
|
{
|
|
|
"name": "Sepalumic_CH",
|
|
|
"name": "ProviderName_2",
|
|
|
"type": "provider",
|
|
|
"repoUrl": "https://gitlab-ci-token:${CI_JOB_TOKEN}@git.cover3d.com/Sepalumic/Sepalumic_CH"
|
|
|
},
|
|
|
{
|
|
|
"name": "Sepalumic_PE",
|
|
|
"type": "provider",
|
|
|
"repoUrl": "https://gitlab-ci-token:${CI_JOB_TOKEN}@git.cover3d.com/Sepalumic/Sepalumic_PE"
|
|
|
},
|
|
|
{
|
|
|
"name": "SEPALUMIC_TOITURE",
|
|
|
"type": "provider",
|
|
|
"repoUrl": "https://gitlab-ci-token:${CI_JOB_TOKEN}@git.cover3d.com/Sepalumic/SEPALUMIC_TOITURE"
|
|
|
},
|
|
|
{
|
|
|
"name": "SEPALUMIC_CHASSIS",
|
|
|
"type": "provider",
|
|
|
"repoUrl": "https://gitlab-ci-token:${CI_JOB_TOKEN}@git.cover3d.com/Sepalumic/SEPALUMIC_CHASSIS"
|
|
|
},
|
|
|
{
|
|
|
"name": "Sepalumic-import-price",
|
|
|
"type": "price",
|
|
|
"repoUrl": "https://gitlab-ci-token:${CI_JOB_TOKEN}@git.cover3d.com/Sepalumic/sepalumic_ve-xls-price-import"
|
|
|
"repoUrl": "https://gitlab-ci-token:${CI_JOB_TOKEN}@git.cover3d.com/CustomerName/ProviderName_2"
|
|
|
}
|
|
|
],
|
|
|
"prices": [
|
|
|
{
|
|
|
"source": "Sepalumic_VE",
|
|
|
"source": "ProviderName_1",
|
|
|
"version": "2303.022"
|
|
|
},
|
|
|
{
|
|
|
"source": "Sepalumic_CH",
|
|
|
"source": "ProviderName_2",
|
|
|
"version": "2303.041"
|
|
|
},
|
|
|
{
|
|
|
"source": "Sepalumic_PE",
|
|
|
"version": "2302.152"
|
|
|
},
|
|
|
{
|
|
|
"source": "SEPALUMIC_TOITURE",
|
|
|
"version": "2210.052"
|
|
|
},
|
|
|
{
|
|
|
"source": "SEPALUMIC_CHASSIS",
|
|
|
"version": "2212.022"
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
"packages": []
|
|
|
}
|
|
|
|
|
|
``` |