From dc194ae1136ba952d505768910b207999988db98 Mon Sep 17 00:00:00 2001 From: Angelo Caporaso <56113767+AngeloCaporaso@users.noreply.github.com> Date: Fri, 28 Jun 2024 15:57:21 +0200 Subject: [PATCH] feat: Add WISP-Converter products [PAGOPA-1888] (#22) * [PAGOPA-1888] feat(WISP-dismantling): Add wispconverter product * [PAGOPA-1888] feat(WISP-dismantling): Add wisp-converter products --- lib/constant.dart | 48 ++++++++++++++++++++++++++++++++++++----------- 1 file changed, 37 insertions(+), 11 deletions(-) diff --git a/lib/constant.dart b/lib/constant.dart index df9623e..fdff564 100644 --- a/lib/constant.dart +++ b/lib/constant.dart @@ -256,17 +256,43 @@ const Map>> 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 = {