new configuration version

This commit is contained in:
haburger 2024-11-22 11:51:20 +00:00
parent 4a2f89047a
commit f8353eec89
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ spec:
podDisruptionBudget:
maxUnavailable: "50%"
git:
tag: "r-3aab3f0794f78c9a05e89e88a737ad0e3e648f7f"
tag: "r-d284524a99b510771cce757077c5485187528da0"
dir: "DEFAULT-ADN-AGOV-PROJECT/DEFAULT-ADN-AGOV-INV/auth"
credentials: "git-credentials"
keystores:

View File

@ -39,7 +39,7 @@ if (inargs['submit'] && inargs['mobile']) {
LOG.info("----- 4")
def patchBdy = "{\"contacts\":{\"mobile\": \"${inargs[mobile]?.trim()}\"},\"added mobile number from user during request ${requestId}\":\"\"}"
def patchBdy = "{\"contacts\":{\"mobile\": \"${inargs['mobile']?.trim()}\"},\"added mobile number from user during request ${requestId}\":\"\"}"
try {
LOG.info("-----")
LOG.info("PATCH ${endPoint}")