This commit is contained in:
Andrzej Lopko
2026-02-02 14:05:42 +01:00
commit b2940f3b91
13 changed files with 255 additions and 0 deletions

17
.cicd-config.json Normal file
View File

@@ -0,0 +1,17 @@
{
"mappings": [
{
"name": "test",
"openProjectId": 20,
"giteaRepository": "andyhurricane/Fake-repo---test",
"jenkinsJob": "andy-prod",
"isDefault": true
},
{
"name": "keycloak",
"openProjectId": 18,
"giteaRepository": "andy-prod/Keycloak-theme",
"jenkinsJob": "andy-prod"
}
]
}