Skip to content

Commit

Permalink
feat: Add WISP-Converter products [PAGOPA-1888] (#22)
Browse files Browse the repository at this point in the history
* [PAGOPA-1888] feat(WISP-dismantling): Add wispconverter product

* [PAGOPA-1888] feat(WISP-dismantling): Add wisp-converter products
  • Loading branch information
cap-ang authored Jun 28, 2024
1 parent 80dbad2 commit dc194ae
Showing 1 changed file with 37 additions and 11 deletions.
48 changes: 37 additions & 11 deletions lib/constant.dart
Original file line number Diff line number Diff line change
Expand Up @@ -256,17 +256,43 @@ const Map<String, List<Map<String, String>>> projectsCore = {
};

const projectsNodo5 = {
"FdR": [
{
"name": "FdR - Nodo dei Pagamenti (New)",
"product": "fdrndpnew",
"repository": "pagopa-fdr",
"pipeline":
"https://dev.azure.com/pagopaspa/pagoPA-projects/_build?definitionId=1224",
"env": "AKS",
"actions": "AZDO"
},
],
"FdR": [
{
"name": "FdR - Nodo dei Pagamenti (New)",
"product": "fdrndpnew",
"repository": "pagopa-fdr",
"pipeline":
"https://dev.azure.com/pagopaspa/pagoPA-projects/_build?definitionId=1224",
"env": "AKS",
"actions": "AZDO"
},
],
"WISP-Converter": [
{
"name": "WISP Converter",
"product": "wispconverter",
"repository": "pagopa-wisp-converter",
"pipeline": "https://github.com/pagopa/pagopa-wisp-converter/actions/workflows/04_release_deploy.yml",
"env": "AKS",
"actions": "GHA"
},
{
"name": "WISP SOAP Converter",
"product": "wispsoapconverter",
"repository": "pagopa-wisp-soap-converter",
"pipeline": "https://github.com/pagopa/pagopa-wisp-soap-converter/actions/workflows/release_deploy.yml",
"env": "AKS",
"actions": "GHA"
},
{
"name": "WISP Converter Technical Support",
"product": "wispconverterts",
"repository": "pagopa-wisp-converter-technical-support",
"pipeline": "https://github.com/pagopa/pagopa-wisp-converter-technical-support/actions/workflows/04_release_deploy.yml",
"env": "AKS",
"actions": "GHA"
},
]
};

const projectsVAS = {
Expand Down

0 comments on commit dc194ae

Please sign in to comment.